From b99496cdb8bb7413e489ec624ff48c204d9ae09e Mon Sep 17 00:00:00 2001 From: "lishuang.xie" Date: Thu, 9 Nov 2023 16:11:38 +0800 Subject: [PATCH] update New Feature#1284 to dev_ck_v2.1 1. delete the infomation in the osp.c 2. build time write to releaseNode --- osp/src/osp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osp/src/osp.c b/osp/src/osp.c index 46e39d5..f5b5875 100644 --- a/osp/src/osp.c +++ b/osp/src/osp.c @@ -148,7 +148,7 @@ OSP_STATUS main(INT32 argc,char *argv[]) OSP_STATUS osp_init() { printf("lib build: %s %s\n", __DATE__, __TIME__); - printf("---application_platform_V2.1_2023_week40---\n"); + //printf("---application_platform_V2.1_2023_week40---\n"); UCP_PRINT_DEBUG("starting OSP initializing...");