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.
Dependents: SSD1306_smart_watch
Fork of mbed-src by
Diff: common/pinmap_common.c
- Revision:
- 13:0645d8841f51
- Parent:
- 10:3bc89ef62ce7
- Child:
- 19:398f4c622e1b
diff -r 5fa2273de5db -r 0645d8841f51 common/pinmap_common.c --- a/common/pinmap_common.c Wed Jul 24 11:11:21 2013 +0100 +++ b/common/pinmap_common.c Mon Aug 05 14:12:34 2013 +0300 @@ -22,6 +22,7 @@ while (map->pin != NC) { if (map->pin == pin) { pin_function(pin, map->function); + pin_mode(pin, PullNone); return; }