summaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.h
diff options
context:
space:
mode:
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