TTDC / Mbed 2 deprecated switches

Dependencies:   C12832 MMA7660 mbed

Revision:
9:35c816293400
Parent:
8:a4dfacdf4feb
diff -r a4dfacdf4feb -r 35c816293400 color.cpp
--- a/color.cpp	Wed Mar 28 18:35:53 2018 +0900
+++ b/color.cpp	Wed Mar 28 18:59:22 2018 +0900
@@ -35,6 +35,6 @@
     _ColorRange += 0.001;
 }
 
-COMMAND_DEFINE Command_color = {"color", 0x04, _Initialize, _Finalize,
+COMMAND_DEFINE Command_color = {"color", _Initialize, _Finalize,
     _ProcessInitialize, _ProcessIsContinue, _ProcessRunning
 };