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: frdm_kl05z_gpio_test
Fork of mbed-src by
Diff: common/pinmap_common.c
- Revision:
- 221:8276e3a4886f
- Parent:
- 64:7b352733b00a
- Child:
- 227:7bd0639b8911
--- a/common/pinmap_common.c Tue Jun 03 10:30:56 2014 +0100
+++ b/common/pinmap_common.c Tue Jun 03 11:30:07 2014 +0100
@@ -22,7 +22,7 @@
while (map->pin != NC) {
if (map->pin == pin) {
pin_function(pin, map->function);
-
+
pin_mode(pin, PullNone);
return;
}
