From 735de46f7dfea838ce69ba5d4a75fdfd0c83a94a Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 20 Jan 2014 20:31:11 +0000 Subject: [PATCH] comment only --- module_usb_audio/usb_buffer/usb_buffer.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/usb_buffer/usb_buffer.xc b/module_usb_audio/usb_buffer/usb_buffer.xc index 050e6a8e..d468d1cf 100644 --- a/module_usb_audio/usb_buffer/usb_buffer.xc +++ b/module_usb_audio/usb_buffer/usb_buffer.xc @@ -398,7 +398,7 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud lastClock = u_tmp; /* Reset counts based on SOF counting. Expect 16ms (128 HS SOFs/16 FS SOFS) per feedback poll - * We always could 128 sofs, so 16ms @ HS, 128ms @ FS */ + * We always count 128 SOFs, so 16ms @ HS, 128ms @ FS */ if(sofCount == 128) { sofCount = 0;