From 765d8d333121349d74ae35586caa4581c5b0c235 Mon Sep 17 00:00:00 2001 From: Ming Wei Date: Tue, 20 Nov 2018 13:37:51 -0600 Subject: [PATCH] add the CCS console output "Test Passed", after 30000 audio frames have been processed for AM572x, K2G and OMAP-L137 file based demos Signed-off-by: Ming Wei --- common/components/clk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/components/clk.c b/common/components/clk.c index cfe94cd..c67e26e 100644 --- a/common/components/clk.c +++ b/common/components/clk.c @@ -455,6 +455,7 @@ void taskTx(void) if (!sysContext.eof) { sysContext.eof = TRUE; System_printf("taskTx: EOF Reached.\n"); + System_printf("\nTest Passed\n"); System_flush(); } } -- 2.26.2