From 549a1a6ae4e1e5493644d1499d4f35ce77f4a5f4 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Thu, 16 Jun 2011 09:15:01 +0800 Subject: revamped nxos debugger invocation interface --- Debugger/debug_comm.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Debugger/debug_comm.S') diff --git a/Debugger/debug_comm.S b/Debugger/debug_comm.S index baab7b7..d0ea045 100644 --- a/Debugger/debug_comm.S +++ b/Debugger/debug_comm.S @@ -46,10 +46,11 @@ debug_msgTxBuf_AppendPtr: debug_segmentRxNum: /* Current Rx Segment Number */ .word 0x0 -/* Incoming Message Length and Comm Channel is now common to both NxOS and NXT Firmware */ debug_nxtMsgLength: /* NXT Firmware Received Message Length */ .word 0x0 +/* Comm Channel is now common to both NxOS and NXT Firmware */ + .global debug_nxtCommChannel debug_nxtCommChannel: .word 0x0 -- cgit v1.2.3