summaryrefslogtreecommitdiff
path: root/bootloader/tpj1022.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/tpj1022.c')
-rw-r--r--bootloader/tpj1022.c10
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)
105 105
106 return 0; 106 return 0;
107} 107}
108
109/* These functions are present in the firmware library, but we reimplement
110 them here because the originals do a lot more than we want */
111void usb_acknowledge(void)
112{
113}
114
115void usb_wait_for_disconnect(void)
116{
117}