summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debugger/debug_runlooptasks.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/Debugger/debug_runlooptasks.S b/Debugger/debug_runlooptasks.S
index d2557d5..8eed3ad 100644
--- a/Debugger/debug_runlooptasks.S
+++ b/Debugger/debug_runlooptasks.S
@@ -172,7 +172,6 @@ _dbg__reboot_wait:
#ifdef __NXOS__
.extern debug_OutCommBuf
- .extern nx_systick_wait_ms
/****************************************************************************
*
* NxOS Communications Driver Interface Routine
@@ -201,9 +200,7 @@ dbg__sendCommMsg:
mov r1, r4 /* Comm buffer length */
bl nx_usb_write
-1: mov r0, #1 /* 1 ms delay */
- bl nx_systick_wait_ms
- bl nx_usb_data_written /* R0 = True if data has been sent */
+1: bl nx_usb_data_written /* R0 = True if data has been sent */
teq r0, #0 /* FALSE == #0;
We can't check for True condition since values
used by C-Compiler & ARMDEBUG are different */