Support for MSP430 launchpad.

Fork of mbed by mbed official

Revision:
75:dc225afb6914
Parent:
74:a842253909c9
Child:
76:824293ae5e43
--- a/TARGET_NUCLEO_F103RB/objects.h	Fri Dec 13 14:18:40 2013 +0200
+++ b/TARGET_NUCLEO_F103RB/objects.h	Thu Dec 19 15:51:14 2013 +0200
@@ -26,9 +26,9 @@
 #endif
 
 struct gpio_irq_s {
-    uint32_t port;
-    uint32_t pin;
     uint32_t ch;
+    IRQn_Type irq_n;
+    uint32_t event; // 0=none, 1=rise, 2=fall, 3=rise+fall
 };
 
 struct port_s {