Skip to content

Commit c560db3

Browse files
author
Bogdan Marinescu
committed
Merge branch 'KL46_DEV' of git://github.com/sg-/mbed into sg--KL46_DEV
Conflicts: README.md
2 parents 572b223 + 6e4388c commit c560db3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ NXP:
3737
Freescale:
3838
* KL05Z (Cortex-M0+)
3939
* [KL25Z](http://mbed.org/platforms/KL25Z/) (Cortex-M0+)
40-
* KL46Z (Cortex-M0+)
40+
* [KL46Z](https://mbed.org/platforms/FRDM-KL46Z/) (Cortex-M0+)
4141

4242
STMicroelectronics:
4343
* STM32F407 (Cortex-M4)

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,11 @@ typedef enum {
231231
NC = (int)0xFFFFFFFF
232232
} PinName;
233233

234-
/* PullDown not available for KL46 */
234+
/* Pull modes for input pins */
235235
typedef enum {
236236
PullNone = 0,
237-
PullUp = 2,
237+
PullDown = 2,
238+
PullUp = 3
238239
} PinMode;
239240

240241
#ifdef __cplusplus

0 commit comments

Comments
 (0)