summaryrefslogtreecommitdiff
path: root/bootloader/main-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main-pp.c')
-rw-r--r--bootloader/main-pp.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/bootloader/main-pp.c b/bootloader/main-pp.c
index f227e0f4f3..b279628a29 100644
--- a/bootloader/main-pp.c
+++ b/bootloader/main-pp.c
@@ -628,16 +628,3 @@ void* main(void)
628 628
629 return (void*)loadbuffer; 629 return (void*)loadbuffer;
630} 630}
631
632#if !defined(SANSA_E200) && !defined(SANSA_C200) && !defined(PHILIPS_SA9200)
633/* These functions are present in the firmware library, but we reimplement
634 them here because the originals do a lot more than we want */
635void usb_acknowledge(void)
636{
637}
638
639void usb_wait_for_disconnect(void)
640{
641}
642#endif
643