From af5489586e159b37b58d6835f590a96d438e432a Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Fri, 15 Apr 2011 15:28:44 +0800 Subject: modified communications module to handle bluetooth comms for nxt firmware --- Debugger/debug_comm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Debugger/debug_comm.h') 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 -- cgit v1.2.3