From f5a822d42d0a7f6fecce87a0fdc3a0da148c1339 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 9 Jan 2015 17:19:24 +0000 Subject: [PATCH] Comment only. --- module_usb_audio/audio.xc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module_usb_audio/audio.xc b/module_usb_audio/audio.xc index bd9fa300..5c550503 100755 --- a/module_usb_audio/audio.xc +++ b/module_usb_audio/audio.xc @@ -922,6 +922,8 @@ chanend ?c_config, chanend ?c) } #endif divide = mClk / ( curSamFreq * numBits); + + /* TODO; we should catch and handle the case when divide is 0. Currently design will lock up */ }