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-rpc by
Diff: parse_pins.cpp
- Revision:
- 10:727d0268a86e
- Parent:
- 8:fece2d5e8d96
--- a/parse_pins.cpp Fri Apr 24 00:51:09 2015 +0000 +++ b/parse_pins.cpp Wed Aug 05 23:46:10 2015 +0000 @@ -84,7 +84,8 @@ return pin_names[pin - 1]; #endif - } else if (str[0] == 'L') { // LEDn +//} else if (str[0] == 'L') { // LEDn + if (str[0] == 'L') { // LEDn switch (str[3]) { case '1' : return LED1; case '2' : return LED2;