Lancaster University's (short term!) clone of mbed-src for micro:bit. This is a copy of the github branch https://github.com/lancaster-university/mbed-classic

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Jul 13 09:00:09 2015 +0100
Parent:
587:61103edf8a92
Child:
589:6c996abb70b0
Commit message:
Synchronized with git revision e811e6168d93e6dfde4b326b803dbd1bfd3e9665

Full URL: https://github.com/mbedmicro/mbed/commit/e811e6168d93e6dfde4b326b803dbd1bfd3e9665/

11U68 - Fixed P0_11 for GPIO

Changed in this revision

targets/hal/TARGET_NXP/TARGET_LPC11U6X/gpio_api.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/gpio_api.c	Fri Jul 10 14:15:08 2015 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/gpio_api.c	Mon Jul 13 09:00:09 2015 +0100
@@ -33,6 +33,7 @@
     
     int func = ((pin == P0_0)  || // reset
                 (pin == P0_10) || // SWCLK
+                (pin == P0_11) || // TDI
                 (pin == P0_12) || // TMS
                 (pin == P0_13) || // TDO
                 (pin == P0_14) || // TRST