X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=commands_gen.c;h=f1039b3ab323350e4421befff67f767c188f6c16;hp=d09d69ef933673f047eac7df217458ba705a600d;hb=64ee3de535747a69cb7467e05bcecec211623e63;hpb=a53014b7f52462e163a7d7ac64866aa75977422f diff --git a/commands_gen.c b/commands_gen.c index d09d69e..f1039b3 100644 --- a/commands_gen.c +++ b/commands_gen.c @@ -122,10 +122,7 @@ static void cmd_callout_parsed(void *parsed_result, void *data) { (void)parsed_result; (void)data; - printf_P(PSTR("intr_cm:\n")); callout_dump_stats(&xbeeboard.intr_cm); - printf_P(PSTR("mainloop_cm:\n")); - callout_dump_stats(&xbeeboard.mainloop_cm); } const char PROGMEM str_callout_arg0[] = "callout";