From a530ab24b02bce971aed98c9bcc1e05c0ccf7899 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 14 十一月 2024 18:24:36 +0800 Subject: [PATCH] 更改UWB基站配置 --- keil/include/src/gps.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/include/src/gps.c b/keil/include/src/gps.c index 5093e76..11ee264 100644 --- a/keil/include/src/gps.c +++ b/keil/include/src/gps.c @@ -77,7 +77,7 @@ } void Gps_change(void) { -if(gps_open_flag){ + if(gps_open_flag){ if(gps_need_data_flag) { gps_power_state = 1; //打开GPS电源 -- Gitblit v1.9.3