X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=commands.c;h=dee0693e926c2200a71649ae23a0767c43a8c0a4;hp=fb67438cd64886b3ddb5dbd48f36acef76c0dc53;hb=8fcd09b3ebe4880910ea909e298f2eeb563ac6fe;hpb=57895b3bb2fe0582c589685b7df34f3968b346ec diff --git a/commands.c b/commands.c index fb67438..dee0693 100644 --- a/commands.c +++ b/commands.c @@ -1260,7 +1260,6 @@ const parse_inst_t PROGMEM cmd_debug = { }, }; -#ifndef USE_USB /**********************************************************/ /* this structure is filled when cmd_baudrate is parsed successfully */ @@ -1299,7 +1298,6 @@ const parse_inst_t PROGMEM cmd_baudrate = { NULL, }, }; -#endif /* this structure is filled when cmd_test_spi is parsed successfully */ struct cmd_test_spi_result { @@ -1379,9 +1377,7 @@ const parse_ctx_t PROGMEM main_ctx[] = { &cmd_raw, &cmd_dump, &cmd_debug, -#ifndef USE_USB &cmd_baudrate, -#endif &cmd_test_spi, NULL, };