aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-04 16:59:15 +0800
committerTat-Chee Wan (USM)2011-06-04 16:59:15 +0800
commit19591a1ffbeefa552f0d4b868f42f6b4920690ae (patch)
treeeee815c634c70a967c97c80ec5b0da24feb8d011 /Debugger/debug_stub.h
parentfe2d495cfa5dbaa5720d5a99f996b6ccd30c2801 (diff)
work in progress to integrate fantom message filtering for nxos
Filter Fantom Messages in NxOS usb_isr().
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index c5cbeee..4915007 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -71,7 +71,7 @@ ENUM_END(comm_chan_t)
* !0 if mode switch will happen
* Used by NxOS only
*/
-FUNCDEF int nxos__handleDebug(unsigned char *msg, comm_chan_t channel, long len, void *isrRetAddr);
+FUNCDEF int nxos__handleDebug(unsigned char *msg, comm_chan_t channel, long len);
#endif
#ifndef __NXOS__