X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/deb08cb66fa85fd0dc011d642e1a707da0477d9b..6dc26e92c20eedcfcba9e0b75a015a5b160748c5:/avr/command.c diff --git a/avr/command.c b/avr/command.c index f1e184a..2b53adf 100644 --- a/avr/command.c +++ b/avr/command.c @@ -1,29 +1,24 @@ - /* * Command Processor Table */ #include "common.h" - +#include #include #include -#include #include +#include #include "config.h" -#include "debug.h" +#include "print-utils.h" #include "con-utils.h" +#ifdef CONFIG_AUTO_COMPLETE #include "env.h" -#include "timer.h" +#endif +#include "debug.h" #include "command.h" -static void print_blanks(int_fast8_t count) -{ - while(count--) - my_puts_P(PSTR(" ")); -} - static void print_usage_line(const FLASH char *name, int width, const FLASH char *usage) {