]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/debug.c
phys. address 0x00040 points to fifo_list
[z180-stamp.git] / avr / debug.c
index 796647b7d6f78d19a9bbbea3a830776faa57a82b..251ef269a6e1d4d1d43b0d8fde692c3c1356ae08 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * (C) Copyright 2014 Leo C. <erbl259-lmu@yahoo.de>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
 #include "common.h"
 #include <stdlib.h>
 #include <string.h>
@@ -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 {