diff --git a/module_usb_audio/endpoint0/audiorequests.xc b/module_usb_audio/endpoint0/audiorequests.xc index 2153c022..d1fb0675 100644 --- a/module_usb_audio/endpoint0/audiorequests.xc +++ b/module_usb_audio/endpoint0/audiorequests.xc @@ -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 */ void FeedbackStabilityDelay() { - unsigned usbSpeed; timer t; unsigned time; diff --git a/module_usb_audio/usb_buffer/usb_buffer.xc b/module_usb_audio/usb_buffer/usb_buffer.xc index 56a9ac68..ea66ee1b 100644 --- a/module_usb_audio/usb_buffer/usb_buffer.xc +++ b/module_usb_audio/usb_buffer/usb_buffer.xc @@ -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)); /* 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) */ sofCount = 0; clocks = 0;