aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_comm.S
diff options
context:
space:
mode:
authorTC Wan2011-01-10 11:15:07 +0800
committerTC Wan2011-01-10 11:15:07 +0800
commit067403060e4310a730b4ca19cf06aeb101d17af2 (patch)
treec524ae39fd4bdcad56674b1079af422412f1e91f /AT91SAM7S256/armdebug/Debugger/debug_comm.S
parent8a0b32cabdf541450c2c0ffbff67879c392e5295 (diff)
parent04bcd43cc867d17c413ece244c1eb28390c6b487 (diff)
Merge branch 'master' of ssh://svc.cs.usm.my/~/gitrepo-bare/armdebug
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"