summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_comm.h')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_comm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_comm.h b/AT91SAM7S256/armdebug/Debugger/debug_comm.h
index 1be5e7b..7553240 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_comm.h
+++ b/AT91SAM7S256/armdebug/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