From 2243feb1cfde20816109a902e18cb35fb5629da4 Mon Sep 17 00:00:00 2001 From: RingKing <1300547600@qq.com> Date: Sat, 29 Oct 2022 09:52:59 +0800 Subject: [PATCH] startup upload Signed-off-by: RingKing <1300547600@qq.com> --- services/param/liteos/param_client.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/services/param/liteos/param_client.c b/services/param/liteos/param_client.c index 4e2c70ab..70fe5d4c 100644 --- a/services/param/liteos/param_client.c +++ b/services/param/liteos/param_client.c @@ -39,11 +39,9 @@ static int InitParamClient(void) void ClientInit(void) { - PARAM_LOGV("ClientInit"); -#ifdef __LITEOS_M__ - InitParamService(); -#else +#ifdef __LITEOS_A__ #ifndef STARTUP_INIT_TEST + PARAM_LOGV("ClientInit"); (void)InitParamClient(); #endif #endif -- GitLab