aboutsummaryrefslogtreecommitdiffstats
path: root/usb_debug.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-02-08 00:59:31 +0900
committertmk <nobody@nowhere>2011-02-22 03:08:56 +0900
commit5552b5afeaa9ce7432f9ded3586984253f292d80 (patch)
tree7b4f771c8b4f33453aaf3f1d544a0f4b32221f31 /usb_debug.h
parent04f351b80279c55dfc6c8028f95eab7e01d50c84 (diff)
downloadfirmware-5552b5afeaa9ce7432f9ded3586984253f292d80.tar.gz
firmware-5552b5afeaa9ce7432f9ded3586984253f292d80.tar.bz2
firmware-5552b5afeaa9ce7432f9ded3586984253f292d80.zip
define sendcha() in usb_debug.c
Diffstat (limited to 'usb_debug.h')
-rw-r--r--usb_debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usb_debug.h b/usb_debug.h
index 65ad05b04..a751612c0 100644
--- a/usb_debug.h
+++ b/usb_debug.h
@@ -14,7 +14,6 @@
extern volatile uint8_t debug_flush_timer;
-int8_t usb_debug_putchar(uint8_t c); // transmit a character
void usb_debug_flush_output(void); // immediately transmit any buffered output
#endif