]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blobdiff - realtime_demo_bios/omapl137/src/audioSample_io.c
add UART terminal output "Test Passed", after 500 audio frames have been processed
[processor-sdk/audio-preprocessing.git] / realtime_demo_bios / omapl137 / src / audioSample_io.c
index 46fd391e8de3fb53d76d791fb46df431be6fd6dd..509c70409a434ba834a30dcd9a8ffe3bd9237ec2 100644 (file)
@@ -941,7 +941,10 @@ Void Audio_echo_Task()
                profiling_start();
 #endif
                total_frames_sent++;
-               
+               if (total_frames_sent==500)
+               {
+                       UART_printf("\nTest Passed\n");
+               }               
 }
        
            MCASP_log("\nTotal %d frames sent",total_frames_sent);