From 1d51ac11e1da7c9b55da8c8b3a7e3756cc5f4ad8 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 08 三月 2024 18:19:16 +0800 Subject: [PATCH] 阶段性调试完毕 可以测距跟给网关发送。 --- MDK-ARM/L051.uvprojx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx index d04dc26..641353d 100644 --- a/MDK-ARM/L051.uvprojx +++ b/MDK-ARM/L051.uvprojx @@ -337,7 +337,7 @@ <v6Rtti>0</v6Rtti> <VariousControls> <MiscControls></MiscControls> - <Define>USE_HAL_DRIVER,STM32L071xx,USE_GPS</Define> + <Define>USE_HAL_DRIVER,STM32L071xx,USE_GPS,_USE_BAR</Define> <Undefine></Undefine> <IncludePath>../Inc;../Drivers/STM32L0xx_HAL_Driver/Inc;../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy;../Drivers/CMSIS/Device/ST/STM32L0xx/Include;../Drivers/CMSIS/Include;../Drivers/ExternlDrivers;../Src/decadriver;../Src/ExternalDevices;../Src/OnChipDevices;../Src/algorithm;../Src/application;../Src/radio;../Middlewares/HIDOLibrary/Include</IncludePath> </VariousControls> -- Gitblit v1.9.3