TTDC / Mbed 2 deprecated switches

Dependencies:   C12832 MMA7660 mbed

Revision:
9:35c816293400
Parent:
5:614e3ac042df
--- a/accel.cpp	Wed Mar 28 18:35:53 2018 +0900
+++ b/accel.cpp	Wed Mar 28 18:59:22 2018 +0900
@@ -28,6 +28,6 @@
     _Initialize();
 }
 
-COMMAND_DEFINE Command_accel = {"accel", 0x02, _Initialize, _Finalize,
+COMMAND_DEFINE Command_accel = {"accel", _Initialize, _Finalize,
     _ProcessInitialize, _ProcessIsContinue, _ProcessRunning
 };