altos: Stop providing debug commands in seven-segment driver
authorKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 01:07:55 +0000 (18:07 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 06:00:23 +0000 (23:00 -0700)
The radio_cmac debug commands use the same letter, and this code works now...

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_seven_segment.c

index 1a643effa069016cb6bf1885f329b457ac819224..b3b5f87827ad4370062b6ad3dc0429e2c6e3cf2d 100644 (file)
@@ -192,6 +192,7 @@ ao_seven_segment_clear(void)
 }
 
 
+#if 0
 static void
 ao_seven_segment_show(void)
 {
@@ -208,9 +209,12 @@ static const struct ao_cmds ao_seven_segment_cmds[] = {
        { ao_seven_segment_show,        "S <digit> <value>\0Set LCD digit" },
        { 0, NULL },
 };
+#endif
 
 void
 ao_seven_segment_init(void)
 {
+#if 0
        ao_cmd_register(ao_seven_segment_cmds);
+#endif
 }