]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/z180-serv.c
Command 'go <startaddr>' works now
[z180-stamp.git] / avr / z180-serv.c
index a4ff05735acbe94084b9ec664328682246246317..051d6ef108cae2ea7b5418b753a83c44c32c0aad 100644 (file)
@@ -255,6 +255,7 @@ void check_msg_fifo(void)
 
 /*--------------------------------------------------------------------------*/
 
+#if 0
 void dump_mem(const FLASH uint8_t *addr, uint32_t len)
 {
        DBG_P(1, "hdrom dump:");
@@ -266,7 +267,7 @@ void dump_mem(const FLASH uint8_t *addr, uint32_t len)
        }
        DBG_P(1, "\n");
 }
-
+#endif
 /*--------------------------------------------------------------------------*/