From 2d7d4d213db500871d6869ba470d7751545636f2 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 18 Dec 2014 23:37:42 +0100 Subject: Remove obsolete debug code --- avr/debug.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'avr/debug.c') diff --git a/avr/debug.c b/avr/debug.c index 5096d59..251ef26 100644 --- a/avr/debug.c +++ b/avr/debug.c @@ -122,17 +122,6 @@ command_ret_t do_eep_cp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[ /*------------------------------------------------------------------------------*/ -command_ret_t do_testarg(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) -{ - my_puts_P(cmdtp->name); - printf_P(PSTR("\n%s\n"), argv[0]); - - return CMD_RET_SUCCESS; -} - -/*------------------------------------------------------------------------------*/ - - #if 1 struct __freelist { -- cgit v1.2.3