来自中国的硬件平台

Dependents:   mbed_in_china_blink_led

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Fri Mar 21 14:00:07 2014 +0000
Parent:
130:1dec54e4aec3
Child:
132:8b018d7c1d67
Commit message:
Synchronized with git revision 60d326e241c7fe1ae3dfea94947efae58d9122b2

Full URL: https://github.com/mbedmicro/mbed/commit/60d326e241c7fe1ae3dfea94947efae58d9122b2/

[STM32F407][LPC4088][GCC_ARM] Fixed compilation error.

Changed in this revision

targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h	Fri Mar 21 11:45:09 2014 +0000
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4XX/PinNames.h	Fri Mar 21 14:00:07 2014 +0000
@@ -43,6 +43,8 @@
     PF_0, PF_1, PF_2, PF_3, PF_4, PF_5, PF_6, PF_7, PF_8, PF_9, PF_10, PF_11, PF_12, PF_13, PF_14, PF_15,
     PH_0, PH_1, PH_2, PH_3, PH_4, PH_5, PH_6, PH_7, PH_8, PH_9, PH_10, PH_11,
 
+    LED1        = PD_13,
+    LED2        = PD_12,
     LED3        = PD_13,
     LED4        = PD_12,
     LED5        = PD_14,