forked from PAWPAW-Mirror/lib_xua
comment typo only
This commit is contained in:
@@ -82,7 +82,6 @@ static void storeFreq(unsigned char buffer[], int &i, int freq)
|
|||||||
/* Delay based on USB speed. Feedback takes longer to stabilise at FS */
|
/* Delay based on USB speed. Feedback takes longer to stabilise at FS */
|
||||||
void FeedbackStabilityDelay()
|
void FeedbackStabilityDelay()
|
||||||
{
|
{
|
||||||
|
|
||||||
unsigned usbSpeed;
|
unsigned usbSpeed;
|
||||||
timer t;
|
timer t;
|
||||||
unsigned time;
|
unsigned time;
|
||||||
|
|||||||
@@ -326,7 +326,7 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
|
|||||||
asm("stw %0, %1[0]"::"r"(mid),"r"(p_inZeroBuff));
|
asm("stw %0, %1[0]"::"r"(mid),"r"(p_inZeroBuff));
|
||||||
|
|
||||||
/* Reset FB */
|
/* Reset FB */
|
||||||
/* Note, Endpoint 0 will hold off host for a sufficient period to allow out feedback
|
/* Note, Endpoint 0 will hold off host for a sufficient period to allow our feedback
|
||||||
* to stabilise (i.e. sofCount == 128 to fire) */
|
* to stabilise (i.e. sofCount == 128 to fire) */
|
||||||
sofCount = 0;
|
sofCount = 0;
|
||||||
clocks = 0;
|
clocks = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user