summaryrefslogtreecommitdiff
path: root/bootloader/telechips.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/telechips.c')
-rw-r--r--bootloader/telechips.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c
index f5abb8c919..1e54f5d37d 100644
--- a/bootloader/telechips.c
+++ b/bootloader/telechips.c
@@ -240,15 +240,3 @@ void* main(void)
240 240
241 return 0; 241 return 0;
242} 242}
243
244#ifndef HAVE_USBSTACK
245/* These functions are present in the firmware library, but we reimplement
246 them here because the originals do a lot more than we want */
247void usb_acknowledge(void)
248{
249}
250
251void usb_wait_for_disconnect(void)
252{
253}
254#endif