aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.S
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-16 09:15:01 +0800
committerTat-Chee Wan (USM)2011-06-16 09:15:01 +0800
commit549a1a6ae4e1e5493644d1499d4f35ce77f4a5f4 (patch)
tree61bd69cff9dab990da241f8dce11d9b920b3c276 /Debugger/debug_comm.S
parentb809e51ec64151923772477644b1e4997eb5d8b8 (diff)
revamped nxos debugger invocation interface
Diffstat (limited to 'Debugger/debug_comm.S')
-rw-r--r--Debugger/debug_comm.S3
1 files changed, 2 insertions, 1 deletions
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