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: main.cpp
- Revision:
- 2:33af3e378563
- Parent:
- 1:dd5fb735acf1
- Child:
- 3:0a85cca4faa3
--- a/main.cpp	Fri Feb 05 17:25:03 2016 +0000
+++ b/main.cpp	Thu Dec 16 11:15:18 2021 +0000
@@ -56,7 +56,7 @@
 
 void init_serial() {
     // set to highest baud - ensure terminal software matches
-    pc.baud(115200); 
+    pc.baud(9600); 
 }
 
 void init_K64F()