From c6b88ef9a7ea192ffafd63e0c0e00db42feb0d74 Mon Sep 17 00:00:00 2001 From: windyyuan <2416560314@qq.com> Date: Thu, 14 Sep 2023 17:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP_Framework/Applications/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/APP_Framework/Applications/main.c b/APP_Framework/Applications/main.c index 3e8b2c2e7..1286456a3 100644 --- a/APP_Framework/Applications/main.c +++ b/APP_Framework/Applications/main.c @@ -15,6 +15,7 @@ //#include #include + extern void LoraSend(); extern int FrameworkInit(); extern void ApplicationOtaTaskInit(void);