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.
Diff: serial_api9bit.h
- Revision:
- 9:bd6af3d4c651
- Parent:
- 8:716d4274f7b7
- Child:
- 11:2679ddcf8c96
--- a/serial_api9bit.h Mon Aug 26 13:33:10 2019 +0800 +++ b/serial_api9bit.h Tue Aug 27 10:48:12 2019 +0800 @@ -43,6 +43,7 @@ void serial_rx_asynch9bit(serial_t *obj, void *rx, size_t rx_length, uint8_t rx_width, uint32_t handler, uint32_t event, uint8_t char_match, DMAUsage hint); int serial_irq_handler_asynch9bit(serial_t *obj); uint16_t serial_getc_9bit(serial_t *obj); +void serial_putc_9bit(serial_t *obj, uint16_t c); extern char uart9debug[100]; extern bool uartdebug;