refactor(gml670x4): 将函数注释统一迁移到源文件

This commit is contained in:
2026-05-14 21:30:24 +08:00
parent 93e7990fdf
commit e5518ac17e
9 changed files with 196 additions and 83 deletions
-4
View File
@@ -1,7 +1,3 @@
#pragma once
/**
* @brief 初始化按键模块:Button1 按下触发去皮 + LED1 闪烁反馈。
* @return 0 成功,负 errno 失败。
*/
int button_init(void);