充能统计添加中间值滤波

修改晶振起振超时时间和flash相关以适应gd32
This commit is contained in:
ranchuan
2024-02-03 16:50:16 +08:00
parent caa4e61b89
commit 87ad52847e
19 changed files with 532 additions and 63 deletions

View File

@@ -35,7 +35,7 @@ int delay_init(void)
}
static uint32_t delay_get_cnt(void)
uint32_t delay_get_cnt(void)
{
return ((uint32_t)DWT_CYCCNT);
}