From e5d499776ae8dbebdc2d11b4aab44a3f9314b4bc Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 19 十一月 2024 15:03:41 +0800 Subject: [PATCH] V1.16 3秒触发一次 --- MDK-ARM/L051.uvprojx | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx index bd6342f..97c0998 100644 --- a/MDK-ARM/L051.uvprojx +++ b/MDK-ARM/L051.uvprojx @@ -132,7 +132,7 @@ <UseTargetDll>1</UseTargetDll> <UseExternalTool>0</UseExternalTool> <RunIndependent>0</RunIndependent> - <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging> + <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging> <Capability>1</Capability> <DriverSelection>4101</DriverSelection> </Flash1> @@ -392,6 +392,23 @@ </Group> <Group> <GroupName>ExternlDrivers</GroupName> + <Files> + <File> + <FileName>dps310.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\ExternalDevices\dps310.c</FilePath> + </File> + <File> + <FileName>dps368_test.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\ExternalDevices\dps368_test.c</FilePath> + </File> + <File> + <FileName>lis3dh_driver.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\ExternalDevices\lis3dh_driver.c</FilePath> + </File> + </Files> </Group> <Group> <GroupName>deacadriver</GroupName> -- Gitblit v1.9.3