Updates to comments and README.md to add new target links

pull/130/head
sg- 2013-12-16 18:41:39 -06:00
parent 4445a11673
commit 33ae2fe364
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ NXP:
Freescale:
* [KL25Z](http://mbed.org/platforms/KL25Z/) (Cortex-M0+)
* KL05Z (Cortex-M0+)
* [KL46Z](https://mbed.org/platforms/FRDM-KL46/) (Cortex-M0+)
STMicroelectronics:
* STM32F407 (Cortex-M4)

View File

@ -231,7 +231,7 @@ typedef enum {
NC = (int)0xFFFFFFFF
} PinName;
/* PullDown not available for KL46 */
/* Pull modes for input pins */
typedef enum {
PullNone = 0,
PullDown = 2,