From 06629026df255b22a5fdc7aae1d926bc67e941b3 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期日, 25 六月 2023 16:15:17 +0800 Subject: [PATCH] V2.1 代码功能调通 --- MDK-ARM/L051.uvprojx | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx index 00089d7..2dd506b 100644 --- a/MDK-ARM/L051.uvprojx +++ b/MDK-ARM/L051.uvprojx @@ -338,7 +338,7 @@ <MiscControls></MiscControls> <Define>USE_HAL_DRIVER,STM32L051xx</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</IncludePath> + <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</IncludePath> </VariousControls> </Cads> <Aads> @@ -480,6 +480,11 @@ <FileType>1</FileType> <FilePath>..\Src\application\serial_at_cmd_app.c</FilePath> </File> + <File> + <FileName>dw_ds_anc.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\application\dw_ds_anc.c</FilePath> + </File> </Files> </Group> <Group> -- Gitblit v1.9.3