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:
- 1:15ab74f0d0f1
- Parent:
- 0:ecd925601fc6
- Child:
- 7:bfbbf605be43
--- a/uart.cpp Fri Nov 23 07:27:43 2018 +0000
+++ b/uart.cpp Sat Nov 24 11:35:48 2018 +0000
@@ -1,5 +1,6 @@
#include "typedef.h"
#include "uart.h"
+#include "command.h"
//#define WIREED_SERIAL
@@ -21,7 +22,7 @@
//エコーバック
sp.putc(buf);
//コマンドバッファに突っ込む
- //commandPush(buf);
+ commandPush(buf);
}
//=============================================================