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 */ }