From c3e8810e1a7be03196383277fe2e05bfae7563ba Mon Sep 17 00:00:00 2001 From: Wang_Weigen Date: Fri, 10 Sep 2021 17:52:16 +0800 Subject: [PATCH] fix bug for voice_D124 --- APP_Framework/Applications/framework_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP_Framework/Applications/framework_init.c b/APP_Framework/Applications/framework_init.c index 7ac11837..d28e95e8 100644 --- a/APP_Framework/Applications/framework_init.c +++ b/APP_Framework/Applications/framework_init.c @@ -61,7 +61,7 @@ static struct InitDesc framework[] = static struct InitDesc sensor_desc[] = { -#ifdef SENSOR_DEVICE_ZG09 +#ifdef SENSOR_DEVICE_D124 { "d124_voice", D124VoiceInit }, #endif