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: UART9BIT.CPP
- Revision:
- 5:b97a733f6ed8
- Parent:
- 1:9d4632d0b16f
- Child:
- 6:64f5dad70ee2
--- a/UART9BIT.CPP Mon Aug 19 18:15:17 2019 +0800
+++ b/UART9BIT.CPP Tue Aug 20 11:20:26 2019 +0800
@@ -20,7 +20,8 @@
UART9BIT::UART9BIT(PinName tx, PinName rx, int baud,bool en9bit) :SerialBase( tx, rx, baud)
{
Enable9Bit=en9bit;
-
+ printf("Uart9bit init \r\n");
+
}