From 91b9c6139b3447d7c0f4f2924ef73a9dc323703b Mon Sep 17 00:00:00 2001 From: Vitja Makarov Date: Tue, 14 Oct 2008 05:13:21 +0000 Subject: telechips usb: not ready for use but, something is working, needs improvement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18806 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/telechips.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootloader') diff --git a/bootloader/telechips.c b/bootloader/telechips.c index a4f4d36..7e00e52 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -240,6 +240,7 @@ 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) @@ -249,3 +250,4 @@ void usb_acknowledge(void) void usb_wait_for_disconnect(void) { } +#endif -- cgit v1.1