From fa5f16b48485cf0ddb3db3f2450e1ce99bb679ea Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Mon, 20 Jun 2011 16:40:53 +0800 Subject: continue calling dIOCtrlTransfer until avr is done --- Debugger/debug_runlooptasks.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Debugger/debug_runlooptasks.S b/Debugger/debug_runlooptasks.S index ceab2e9..f00e99d 100644 --- a/Debugger/debug_runlooptasks.S +++ b/Debugger/debug_runlooptasks.S @@ -159,11 +159,12 @@ dbg__reboot: bx r1 #endif +_dbg__reboot_wait: ldr r1, =dIOCtrlTransfer mov lr,pc bx r1 - b . /* Wait for AVR... */ + b _dbg__reboot_wait /* Wait for AVR... */ #endif -- cgit v1.2.3