summaryrefslogtreecommitdiff
path: root/avr/debug.c
diff options
context:
space:
mode:
authorLeo C2014-12-18 23:37:42 +0100
committerLeo C2014-12-18 23:37:42 +0100
commit2d7d4d213db500871d6869ba470d7751545636f2 (patch)
tree177737d88a6723f7d51734f1c4a0ac929b1554e2 /avr/debug.c
parent35edb766593d019b89a3f40b6d6cdd2b50f18032 (diff)
downloadz180-stamp-2d7d4d213db500871d6869ba470d7751545636f2.zip
Remove obsolete debug codehexrel-4
Diffstat (limited to 'avr/debug.c')
-rw-r--r--avr/debug.c11
1 files changed, 0 insertions, 11 deletions
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 {