summaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-04-15 15:28:44 +0800
committerTat-Chee Wan (USM)2011-04-15 15:28:44 +0800
commitaf5489586e159b37b58d6835f590a96d438e432a (patch)
tree262b71f52586df3403601014c6a76c87cb002b4f /Debugger/debug_comm.h
parentebc808571e8331c28f3b95efda3d3309f72487f7 (diff)
modified communications module to handle bluetooth comms for nxt firmware
Diffstat (limited to 'Debugger/debug_comm.h')
-rw-r--r--Debugger/debug_comm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Debugger/debug_comm.h b/Debugger/debug_comm.h
index 1be5e7b..7553240 100644
--- a/Debugger/debug_comm.h
+++ b/Debugger/debug_comm.h
@@ -42,8 +42,11 @@
.extern dUsbWrite
.extern dUsbRead
.extern dUsbIsConfigured
+ .extern dBtSendMsg
.equ nxt_UBYTE_TRUE, 1
.equ nxt_UBYTE_FALSE, 0
+ .equ USB_CMD_READY, 0x01 /* From c_comm.iom */
+ .equ BT_CMD_READY, 0x02 /* From c_comm.iom */
#endif