mbed(SerialHalfDuplex入り)

Fork of mbed by mbed official

Revision:
77:869cf507173a
Parent:
76:824293ae5e43
diff -r 824293ae5e43 -r 869cf507173a TARGET_NUCLEO_F103RB/objects.h
--- a/TARGET_NUCLEO_F103RB/objects.h	Mon Jan 13 15:31:11 2014 +0200
+++ b/TARGET_NUCLEO_F103RB/objects.h	Fri Feb 14 14:36:43 2014 +0000
@@ -40,9 +40,9 @@
 #endif
 
 struct gpio_irq_s {
-    uint32_t ch;
     IRQn_Type irq_n;
-    uint32_t event; // 0=none, 1=rise, 2=fall, 3=rise+fall
+    uint32_t irq_index;
+    uint32_t event;
 };
 
 struct port_s {