aboutsummaryrefslogtreecommitdiffstats
path: root/uart-monitor/common/cmd_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'uart-monitor/common/cmd_load.c')
-rw-r--r--uart-monitor/common/cmd_load.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/uart-monitor/common/cmd_load.c b/uart-monitor/common/cmd_load.c
index 45efdd5..0115b46 100644
--- a/uart-monitor/common/cmd_load.c
+++ b/uart-monitor/common/cmd_load.c
@@ -138,6 +138,12 @@ void testfn(void)
int do_load_serial_bin (ulong offset, int baudrate)
{ // add testing code here
+ int i=0;
+ while(0)
+ {
+ printf("hello world\n");
+ // testfn();
+ }
while(1) {
char *c;
int argc=0;