Skip to content

Commit 33ae2fe

Browse files
committed
Updates to comments and README.md to add new target links
1 parent 4445a11 commit 33ae2fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

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

4142
STMicroelectronics:
4243
* STM32F407 (Cortex-M4)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ 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,
237237
PullDown = 2,

0 commit comments

Comments
 (0)