summaryrefslogtreecommitdiff
path: root/bootloader/tpj1022.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-12-03 21:15:44 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-12-03 21:15:44 +0000
commitbc963c34aedddcd3185ecda708ee2196cca7294c (patch)
treeb4edba49b67ca6279bcbe916dbd731803836b5d0 /bootloader/tpj1022.c
parentadd677fca8b9d42dfa013915db5c5f8bda5ca92b (diff)
downloadrockbox-bc963c34aedddcd3185ecda708ee2196cca7294c.tar.gz
rockbox-bc963c34aedddcd3185ecda708ee2196cca7294c.zip
Hopefully mop-up remaining red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19317 a1c6a512-1295-4272-9138-f99709370657
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}