From b0d27648a5e5bfd0c15960fef4054ab3fff94281 Mon Sep 17 00:00:00 2001 From: "huanfeng.wang" Date: Mon, 13 May 2024 17:27:33 +0800 Subject: [PATCH] =?UTF-8?q?cpri=E9=A9=B1=E5=8A=A8=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=85=A5=E5=BA=93=EF=BC=8C=E5=8E=BB=E6=8E=89stc=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main.c b/app/src/main.c index 4ea4be6..2b11e66 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -133,7 +133,9 @@ int32_t main(int32_t argc, char* argvp[]) osp_init(); osp_set_taskcpu(7, 95); drv_init(); - init_stc(); + #if 0 + init_stc();/*new feature#1935*/ + #endif osp_signal_init(); #ifdef PALLADIUM_TEST