From 07d3633e5d6905272d19da645c767b7267f27a8f Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 27 二月 2025 14:04:06 +0800 Subject: [PATCH] 2.14,加入假休眠机制,休眠时功耗100-200ua --- MDK-ARM/L051.uvprojx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MDK-ARM/L051.uvprojx b/MDK-ARM/L051.uvprojx index b9f22c8..8ea3f21 100644 --- a/MDK-ARM/L051.uvprojx +++ b/MDK-ARM/L051.uvprojx @@ -519,9 +519,6 @@ </Files> </Group> <Group> - <GroupName>::CMSIS</GroupName> - </Group> - <Group> <GroupName>Drivers/STM32L0xx_HAL_Driver</GroupName> <GroupOption> <CommonProperty> @@ -1883,6 +1880,9 @@ </File> </Files> </Group> + <Group> + <GroupName>::CMSIS</GroupName> + </Group> </Groups> </Target> </Targets> -- Gitblit v1.9.3