altos: use 'b' command for radio beep
authorKeith Packard <keithp@keithp.com>
Sat, 16 Jun 2012 05:31:36 +0000 (22:31 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 16 Jun 2012 05:31:36 +0000 (22:31 -0700)
'B' is used by the baro data dumper.

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

index 37dc67db9f8612eb2776e5e9721910dad2563041..5fe314c96130bfa02052134f9e69d89fa764c1eb 100644 (file)
@@ -725,7 +725,7 @@ static const struct ao_cmds ao_radio_cmds[] = {
        { ao_radio_test,        "C <1 start, 0 stop, none both>\0Radio carrier test" },
 #if CC1120_DEBUG
        { ao_radio_show,        "R\0Show CC1120 status" },
-       { ao_radio_beep,        "B\0Emit an RDF beacon" },
+       { ao_radio_beep,        "b\0Emit an RDF beacon" },
 #endif
        { 0, NULL }
 };