From 2d337552d42bed1ab3186b814dc6fd3ca55d7bc0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Jun 2005 13:28:09 +0000 Subject: remove a warning from the h300 build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6917 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usb.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/usb.c') diff --git a/firmware/usb.c b/firmware/usb.c index 866ca5319c..58656b585f 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -353,6 +353,11 @@ bool usb_detect(void) #ifdef USB_GMINISTYLE current_status = (P5 & 0x10)?true:false; #endif +#ifdef IRIVER_H300 + /* TODO: add proper code code for H300 USB style */ + current_status = false; +#endif + return current_status; } -- cgit v1.2.3