diff options
author | Dave Chapman <dave@dchapman.com> | 2005-11-07 23:07:19 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-11-07 23:07:19 +0000 |
commit | 77372d12189c70cb810a7e88bc2ee7a56f64646c (patch) | |
tree | 057d0d474042874850b6262b78f80d2335cb0629 /firmware/usb.c | |
parent | 3cd5c646d03089df8d58b773d4a1bc8323021adc (diff) |
Initial commit of work-in-progress iPod port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usb.c')
-rw-r--r-- | firmware/usb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/usb.c b/firmware/usb.c index 8a99683a25..f69df5a87d 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -145,6 +145,10 @@ static void usb_enable(bool on) and_l(~0x01000000, &GPIO_OUT); } +#elif defined(USB_IPODSTYLE) + +#warning Implement USB_IPODSTYLE + #else #ifdef HAVE_LCD_BITMAP if(read_hw_mask() & USB_ACTIVE_HIGH) |