From 486a19f54934e9eaa6662f316a4913b9af5db43b Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 28 Jan 2014 16:28:23 +0000 Subject: [PATCH] comment typo only --- module_usb_audio/endpoint0/audiorequests.xc | 1 - module_usb_audio/usb_buffer/usb_buffer.xc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;