Elijah Orr / mbed-renbed

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
81:7d30d6019079
Parent:
74:a842253909c9
diff -r 8e73be2a2ac1 -r 7d30d6019079 TARGET_LPC11U35_401/PinNames.h
--- a/TARGET_LPC11U35_401/PinNames.h	Fri Feb 21 12:21:39 2014 +0000
+++ b/TARGET_LPC11U35_401/PinNames.h	Wed Mar 19 18:28:32 2014 +0000
@@ -150,7 +150,8 @@
     PullDown = 1,
     PullNone = 0,
     Repeater = 3,
-    OpenDrain = 4
+    OpenDrain = 4,
+    PullDefault = PullDown
 } PinMode;
 
 #ifdef __cplusplus