Guido Grassel / mbed-src

Dependents:   Seeed_Barometer_Sensor_Example

Fork of mbed-src by mbed official

Revision:
61:cf80ee640ace
Parent:
33:e214068ab66c
Child:
72:248c61396e08
--- a/targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h	Tue Dec 17 08:45:10 2013 +0000
+++ b/targets/hal/TARGET_Freescale/TARGET_KL46Z/PinNames.h	Tue Dec 17 10:15:06 2013 +0000
@@ -231,10 +231,11 @@
     NC = (int)0xFFFFFFFF
 } PinName;
 
-/* PullDown not available for KL46 */
+/* Pull modes for input pins */
 typedef enum {
     PullNone = 0,
-    PullUp = 2,
+    PullDown = 2,
+    PullUp = 3
 } PinMode;
 
 #ifdef __cplusplus