X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/142cb1002bb66e7cc183a8265f44c8d56ec54a9b..e4c4b148ced1347935dff6200380e90cb3bfcde3:/avr/debug.c diff --git a/avr/debug.c b/avr/debug.c index 796647b..251ef26 100644 --- a/avr/debug.c +++ b/avr/debug.c @@ -1,3 +1,9 @@ +/* + * (C) Copyright 2014 Leo C. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + #include "common.h" #include #include @@ -7,6 +13,7 @@ #include "command.h" #include "print-utils.h" #include "debug.h" + /* * Debugging */ @@ -115,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 {