Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: serial_api.h
- Revision:
- 45:3d775a932e1d
- Parent:
- 44:24d45a770a51
- Child:
- 54:71b101360fb9
diff -r 24d45a770a51 -r 3d775a932e1d serial_api.h
--- 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);
