src/ao_cmd: Shave off bytes from doc strings
[fw/altos] / src / ao_radio.c
index d156f54349caefffa33bc24bc638b560e2d3982e..d7c00213dfac795e312d29004df08b9278d9a8ad 100644 (file)
@@ -455,8 +455,8 @@ ao_radio_test(void)
 }
 
 __code struct ao_cmds ao_radio_cmds[] = {
-       { 'C',  ao_radio_test,  "C <1 start, 0 stop, none both>     Radio carrier test" },
-       { 0,    ao_radio_test,  NULL },
+       { ao_radio_test,        "C <1 start, 0 stop, none both>\0Radio carrier test" },
+       { 0,    NULL },
 };
 
 void