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-src by
Diff: capi/serial_api.h
- Revision:
- 1:62685faffa05
- Parent:
- 0:fd0d7bdfcdc2
- Child:
- 2:143cac498751
--- a/capi/serial_api.h Tue Nov 20 17:24:08 2012 +0000 +++ b/capi/serial_api.h Thu Nov 29 15:41:14 2012 +0000 @@ -39,8 +39,8 @@ } SerialParity; typedef enum { - TxIrq, - RxIrq + RxIrq, + TxIrq } SerialIrq; typedef void (*uart_irq_handler)(uint32_t id, SerialIrq event);