From e3521e37c5ac486c10c67e738eca50abebc0ed62 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Sat, 9 Jul 2011 07:42:56 +0800 Subject: added preliminary abort mode support Interface to platform specific LCD Display routines --- Debugger/debug_runlooptasks.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Debugger/debug_runlooptasks.h') 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 -- cgit v1.2.3