summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_comm.S
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_comm.S')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_comm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_comm.S b/AT91SAM7S256/armdebug/Debugger/debug_comm.S
index 480b1bd..75f90ff 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_comm.S
+++ b/AT91SAM7S256/armdebug/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"