diff options
Diffstat (limited to 'bootloader/tpj1022.c')
-rw-r--r-- | bootloader/tpj1022.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bootloader/tpj1022.c b/bootloader/tpj1022.c index aaf6e9fcfd..7e99f2df27 100644 --- a/bootloader/tpj1022.c +++ b/bootloader/tpj1022.c @@ -105,13 +105,3 @@ void* main(void) return 0; } - -/* 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) -{ -} |