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: uart.cpp
- Revision:
- 17:f9610f3cfa1b
- Parent:
- 14:76a56d517103
- Child:
- 18:5aa48aec9cae
--- a/uart.cpp Wed Nov 28 01:31:46 2018 +0000
+++ b/uart.cpp Fri Nov 30 05:24:27 2018 +0000
@@ -25,7 +25,7 @@
//1Byte抜き出す
UCHAR buf = sp.getc();
//エコーバック
- sp.putc(buf);
+ sp.putc(buf);
//コマンドバッファに突っ込む
commandPush(buf);
}