summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-05 09:16:46 +0800
committerTat-Chee Wan (USM)2011-06-05 09:16:46 +0800
commit72f5fe6f092a168d836510a12c5cc9161db867ab (patch)
treed17e7dcd40eaefccc4a9f059004ec47556347a59
parent19591a1ffbeefa552f0d4b868f42f6b4920690ae (diff)
use fantom_init to reset incoming message buffer
-rw-r--r--Debugger/debug_comm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_comm.S b/Debugger/debug_comm.S
index 3c8e334..298155b 100644
--- a/Debugger/debug_comm.S
+++ b/Debugger/debug_comm.S
@@ -582,7 +582,7 @@ _dbg__comm_readbuf_reset:
stmfd sp!, {lr}
ldr r0, =debug_InCommBuf
mov r1, #USB_BUFSIZE
- ldr r2, =nx_usb_fantom_read
+ ldr r2, =fantom_init
mov lr, pc
bx r2
ldr r1, =debug_nxtMsgLength