From e4115dc9a3f6c8213ac0c61e0bdeea967a467b69 Mon Sep 17 00:00:00 2001 From: RingKing <1300547600@qq.com> Date: Sat, 29 Oct 2022 09:52:59 +0800 Subject: [PATCH] fixed 2243feb from https://gitee.com/ring_king/startup_init_lite/pulls/1445 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 10041c98..be2b8cc2 100644 --- a/services/param/liteos/param_client.c +++ b/services/param/liteos/param_client.c @@ -38,11 +38,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