From bcdc690d0dea1b6f466d812c6391b6a10f443e45 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 22 Apr 2016 15:51:11 +0100 Subject: [PATCH] Removed dsp_process() from main() --- module_usb_audio/main.xc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/module_usb_audio/main.xc b/module_usb_audio/main.xc index 1ca7cc27..14845ea8 100755 --- a/module_usb_audio/main.xc +++ b/module_usb_audio/main.xc @@ -673,10 +673,7 @@ int main() on stdcore[PDM_TILE]: pdm_mic(c_ds_output); on stdcore[PDM_TILE].core[0]: pdm_buffer(c_ds_output, c_pdm_pcm, i_mic_process); #endif - // TODO move this to USER_MAIN_CORES or guard with RUN_DSP_TASK - // TODO NUM_DSP_CTRL_INTS - on stdcore[AUDIO_IO_TILE] : dsp_process(i_dsp, i_dsp_ctrl, 1); - + USER_MAIN_CORES }