teamALI / Mbed 2 deprecated HB2018

Dependencies:   mbed FreeRTOS

Revision:
1:15ab74f0d0f1
Parent:
0:ecd925601fc6
Child:
7:bfbbf605be43
diff -r ecd925601fc6 -r 15ab74f0d0f1 uart.cpp
--- 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);
 }
 
 //=============================================================