Rename time_init, time_update, timer_next_expires_get function with soft_

prefix
This commit is contained in:
iysheng
2022-04-13 16:41:01 +08:00
parent 9243fce3c4
commit 7c1a193e85
6 changed files with 12 additions and 15 deletions

View File

@@ -305,9 +305,6 @@ void application_entry(void *arg)
{
char *str = "TencentOS-tiny";
// 初始化tencent-os tiny定时器模块
timer_init();
// 初始化按键检测模块
stm32g0xx_key_init();