Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC408X/PinNames.h
- Revision:
- 22:dbd009839d5e
- Parent:
- 17:151ab7482c89
- Child:
- 113:65a335a675de
diff -r 67d3158c7b56 -r dbd009839d5e targets/hal/TARGET_NXP/TARGET_LPC408X/PinNames.h --- a/targets/hal/TARGET_NXP/TARGET_LPC408X/PinNames.h Wed Sep 11 16:54:00 2013 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC408X/PinNames.h Fri Sep 13 14:22:58 2013 +0100 @@ -88,9 +88,9 @@ } PinName; typedef enum { - PullUp = 0, - PullDown = 3, - PullNone = 2, + PullUp = 2, + PullDown = 1, + PullNone = 0, OpenDrain = 4 } PinMode;