From aa08ceb38550e9e6f1ee2d74e1d57339fc6888a6 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期一, 28 八月 2023 18:09:51 +0800
Subject: [PATCH] 1

---
 FML/Power.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/FML/Power.c b/FML/Power.c
index bf912e0..cf68bef 100644
--- a/FML/Power.c
+++ b/FML/Power.c
@@ -13,6 +13,7 @@
 #include "Uart.h"
 #include "HIDO_Debug.h"
 #include "WS2812.h"
+#include "GPS.h"
 extern uint32_t uwbled,gpsled,loraled,powerled;
 extern uint32_t lp_time;
 extern uint32_t led_timer;
@@ -108,6 +109,7 @@
  * Author            : www.hido-studio.com
  * Modified Date:    : 2020年11月10日
  *******************************************************************************/
+extern HIDO_VOID GPS_PowerOff(void);
 HIDO_VOID Power_GPS_LoraOff(HIDO_VOID)
 {
 	GPIO_RESET(&l_astPowerPin[POWER_PIN_GPS_LORA]);
@@ -123,6 +125,9 @@
  * Author            : hido.ltd
  *******************************************************************************/
 extern uint8_t nomove_flag;
+extern  void Set4LEDColor_Off(void);
+extern void MX_Init(void);
+extern  void SystemClock_Config(void);
 void Power_Sleep(void)
 {
 extern ADC_HandleTypeDef hadc;

--
Gitblit v1.9.3