aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_runlooptasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'Debugger/debug_runlooptasks.h')
-rw-r--r--Debugger/debug_runlooptasks.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/Debugger/debug_runlooptasks.h b/Debugger/debug_runlooptasks.h
index 6eb0461..f55311e 100644
--- a/Debugger/debug_runlooptasks.h
+++ b/Debugger/debug_runlooptasks.h
@@ -26,8 +26,10 @@
*/
#ifdef __NXOS__
+ .extern nx__abort_info
+ .extern nx_systick_wait_ms
- .extern nx_usb_is_connected
+ .extern nx_usb_is_connected
.extern nx_usb_can_write
.extern nx_usb_write
.extern nx_usb_data_written
@@ -45,10 +47,10 @@
.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 */
+ .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 */
.extern dIOCtrlSetPower
.extern dIOCtrlSetPwm