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.
Dependents: Autoflight2018_22_MODSERIAL
Fork of MODSERIAL by
Diff: example.cpp
- Revision:
- 2:b936b4acbd92
- Parent:
- 0:eb2522b41db8
--- a/example.cpp Sun Nov 21 02:15:07 2010 +0000
+++ b/example.cpp Sun Nov 21 03:31:51 2010 +0000
@@ -54,7 +54,7 @@
// Ensure the baud rate for the PC "USB" serial is much
// higher than "uart" baud rate below.
- pc.baud(115200);
+ pc.baud(PC_BAUD);
// Use a deliberatly slow baud to fill up the TX buffer
uart.baud(1200);
