diff options
Diffstat (limited to 'bootloader/telechips.c')
| -rw-r--r-- | bootloader/telechips.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index f5abb8c..1e54f5d 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -240,15 +240,3 @@ void* main(void) return 0; } - -#ifndef HAVE_USBSTACK -/* These functions are present in the firmware library, but we reimplement - them here because the originals do a lot more than we want */ -void usb_acknowledge(void) -{ -} - -void usb_wait_for_disconnect(void) -{ -} -#endif |