From 5cb62d8460ce1eb704f7461eb754ddbfbb55ef66 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 29 Jul 2014 14:53:47 +0100 Subject: [PATCH] comment only --- module_usb_audio/usb_buffer/usb_buffer.xc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module_usb_audio/usb_buffer/usb_buffer.xc b/module_usb_audio/usb_buffer/usb_buffer.xc index b9dff3f0..2c3fcfa9 100644 --- a/module_usb_audio/usb_buffer/usb_buffer.xc +++ b/module_usb_audio/usb_buffer/usb_buffer.xc @@ -229,13 +229,12 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud select { #if defined(SPDIF_RX) || defined(ADAT_RX) - /* Clocking thread wants to produce an interrupt... */ case inuint_byref(c_clk_int, u_tmp): chkct(c_clk_int, XS1_CT_END); /* Check if we have interrupt pending. - * Note, this his means we can loose interrupts */ + * Note, this his means we can loose interrupts... */ if(!g_intFlag) { g_intFlag = 1;