forked from PAWPAW-Mirror/lib_xua
XUD_BusSpeed_t now used for global bus-speed var (previously was unsigned)
This commit is contained in:
@@ -92,7 +92,7 @@ extern unsigned char g_currentConfig;
|
|||||||
extern unsigned char g_interfaceAlt[];
|
extern unsigned char g_interfaceAlt[];
|
||||||
|
|
||||||
/* Global variable for current USB bus speed (i.e. FS/HS) */
|
/* Global variable for current USB bus speed (i.e. FS/HS) */
|
||||||
unsigned g_curUsbSpeed = 0;
|
XUD_BusSpeed_t g_curUsbSpeed = 0;
|
||||||
|
|
||||||
#ifdef NATIVE_DSD
|
#ifdef NATIVE_DSD
|
||||||
/* We remember if we are in DSD mode to avoid Configuring the DAC too often - thus avoiding pops and clicks */
|
/* We remember if we are in DSD mode to avoid Configuring the DAC too often - thus avoiding pops and clicks */
|
||||||
|
|||||||
Reference in New Issue
Block a user