summaryrefslogtreecommitdiff
path: root/Debugger/debug_runlooptasks.S
diff options
context:
space:
mode:
Diffstat (limited to 'Debugger/debug_runlooptasks.S')
-rw-r--r--Debugger/debug_runlooptasks.S3
1 files changed, 2 insertions, 1 deletions
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