From 2a77412eecbc3db05db3d91d8d2d99e1bf992a85 Mon Sep 17 00:00:00 2001 From: TC Wan Date: Mon, 10 Jan 2011 10:27:54 +0800 Subject: fixed obsolete response header constants --- Debugger/debug_comm.S | 2 +- Debugger/debug_stub.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'Debugger') 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" diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h index efaed73..8e51cfd 100644 --- a/Debugger/debug_stub.h +++ b/Debugger/debug_stub.h @@ -42,7 +42,6 @@ #define USB_NXT_SEGNUM_OFFSET 1 #define USB_NXT_TELEGRAMSIZE_OFFSET 2 -#define USB_NXT_TELEGRAM_DC_RESP 0x8d #define USB_NXT_TELEGRAM_RESP 0x8d #define USB_GDBMSG_START 3 /* Offset into USB Telegram buffer */ -- cgit v1.2.3