aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.S
diff options
context:
space:
mode:
authorTC Wan2011-01-10 10:27:54 +0800
committerTC Wan2011-01-10 10:27:54 +0800
commit2a77412eecbc3db05db3d91d8d2d99e1bf992a85 (patch)
tree97fe8c3ee2d5e38f58c9f3441dad80dc23507bb5 /Debugger/debug_comm.S
parent2cc2bc2b2e82c663eba157bc4ddd7794eefaff8b (diff)
fixed obsolete response header constants
Diffstat (limited to 'Debugger/debug_comm.S')
-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 480b1bd..75f90ff 100644
--- a/Debugger/debug_comm.S
+++ b/Debugger/debug_comm.S
@@ -43,7 +43,7 @@ debug_segmentTxNum: /* Current Tx Segment Number */
.align 4
nxt_usbcmd_header:
- .byte USB_NXT_TELEGRAM_RESP, USB_NXT_RESPONSE_GDB, 0x00, 0x00 /* padded to 4 bytes */
+ .byte USB_NXT_TELEGRAM_RESP, 0x00, 0x00 /* padded to 3 bytes */
hex2char_lut:
.ascii "0123456789ABCDEF"