ibasso: Hopefully hack usb into building again.

Change-Id: I6f369d60319704ab4d2c18b80ba6e78902630790
This commit is contained in:
Solomon Peachy 2020-11-13 20:03:49 -05:00
parent 43f90746d5
commit 03cd773051
5 changed files with 14 additions and 11 deletions

View file

@ -21,7 +21,6 @@
*
****************************************************************************/
#include <stdlib.h>
#include "config.h"
@ -31,7 +30,6 @@
#include "debug-ibasso.h"
#include "usb-ibasso.h"
static void usb_enable_adb(void)
{
TRACE;
@ -46,7 +44,6 @@ static void usb_enable_adb(void)
DEBUGF("ERROR %s: No command processor available.", __func__);
}
static void usb_enable_mass_storage(void)
{
TRACE;
@ -89,3 +86,8 @@ void ibasso_set_usb_mode(int mode)
}
}
}
bool usb_powered_only(void)
{
return false;
}