forked from PAWPAW-Mirror/lib_xua
Removed un-used tmp var
This commit is contained in:
@@ -125,7 +125,6 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
|
|||||||
#ifdef HID_CONTROLS
|
#ifdef HID_CONTROLS
|
||||||
XUD_ep ep_hid = XUD_InitEp(c_hid);
|
XUD_ep ep_hid = XUD_InitEp(c_hid);
|
||||||
#endif
|
#endif
|
||||||
int tmp;
|
|
||||||
unsigned u_tmp;
|
unsigned u_tmp;
|
||||||
unsigned sampleFreq = 0;
|
unsigned sampleFreq = 0;
|
||||||
unsigned lastClock;
|
unsigned lastClock;
|
||||||
@@ -367,7 +366,6 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
|
|||||||
{
|
{
|
||||||
int usb_speed;
|
int usb_speed;
|
||||||
asm("stw %0, dp[g_speed]"::"r"(clocks)); // g_speed = clocks
|
asm("stw %0, dp[g_speed]"::"r"(clocks)); // g_speed = clocks
|
||||||
//fb_clocks = clocks;
|
|
||||||
|
|
||||||
GET_SHARED_GLOBAL(usb_speed, g_curUsbSpeed);
|
GET_SHARED_GLOBAL(usb_speed, g_curUsbSpeed);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user