mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

Revision:
6:0d4e7384bff6
Parent:
2:e9a661555b58
Child:
7:73c5efe92a6c
--- a/gpio_api.h	Fri Oct 12 10:03:08 2012 +0000
+++ b/gpio_api.h	Fri Oct 12 10:06:08 2012 +0000
@@ -11,11 +11,6 @@
 extern "C" {
 #endif 
 
-typedef enum {
-    PIN_INPUT,
-    PIN_OUTPUT
-} PinDirection;
-
 /* This version of the gpio API caches the gpio register pointer and the pin mask */
 typedef struct {
     PinName             pin;