mbed library sources

Fork of mbed-src by mbed official

Revision:
344:ed24f9926218
Parent:
340:28d1f895c6fe
--- a/targets/hal/TARGET_STM/TARGET_DISCO_F429ZI/PortNames.h	Fri Oct 10 08:45:07 2014 +0100
+++ b/targets/hal/TARGET_STM/TARGET_DISCO_F429ZI/PortNames.h	Mon Oct 13 08:00:07 2014 +0100
@@ -42,7 +42,10 @@
     PortE = 4,
     PortF = 5,
     PortG = 6,
-    PortH = 7
+    PortH = 7,
+    PortI = 8,
+    PortJ = 9,
+    PortK = 10
 } PortName;
 
 #ifdef __cplusplus