summaryrefslogtreecommitdiff
path: root/Debugger/debug_comm.S
diff options
context:
space:
mode:
Diffstat (limited to 'Debugger/debug_comm.S')
-rw-r--r--Debugger/debug_comm.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debugger/debug_comm.S b/Debugger/debug_comm.S
index ca07420..c605221 100644
--- a/Debugger/debug_comm.S
+++ b/Debugger/debug_comm.S
@@ -40,6 +40,8 @@
.bss
.align 4
+ .global debug_InCommBuf
+ .global debug_OutCommBuf
debug_InCommBuf:
.space USB_BUFSIZE,0
debug_OutCommBuf: