From 03cd7730510558d6434f205743d71c3e197df608 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 13 Nov 2020 20:03:49 -0500 Subject: ibasso: Hopefully hack usb into building again. Change-Id: I6f369d60319704ab4d2c18b80ba6e78902630790 --- firmware/usb.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'firmware/usb.c') diff --git a/firmware/usb.c b/firmware/usb.c index 8443ffed3a..aca2683d58 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -817,13 +817,6 @@ int usb_release_exclusive_storage(void) return bccount; } -#ifdef HAVE_USB_POWER -bool usb_powered_only(void) -{ - return usb_state == USB_POWERED; -} -#endif /* HAVE_USB_POWER */ - #ifdef USB_ENABLE_HID void usb_set_hid(bool enable) { @@ -832,6 +825,13 @@ void usb_set_hid(bool enable) } #endif /* USB_ENABLE_HID */ +#ifdef HAVE_USB_POWER +bool usb_powered_only(void) +{ + return usb_state == USB_POWERED; +} +#endif /* HAVE_USB_POWER */ + #elif defined(USB_NONE) /* Dummy functions for USB_NONE */ -- cgit v1.2.3