...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

Revision:
45:3d775a932e1d
Parent:
44:24d45a770a51
Child:
54:71b101360fb9
--- a/serial_api.h	Wed Nov 21 10:49:56 2012 +0000
+++ b/serial_api.h	Thu Nov 22 16:04:31 2012 +0000
@@ -39,8 +39,8 @@
 } SerialParity;
 
 typedef enum {
-    TxIrq,
-    RxIrq
+    RxIrq,
+    TxIrq
 } SerialIrq;
 
 typedef void (*uart_irq_handler)(uint32_t id, SerialIrq event);