fix function name

This commit is contained in:
2025-08-13 20:34:45 +08:00
parent 5c654d6640
commit fe199ba443
2 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ bool get_sensor_report_enabled(void);
* @note 推荐通过此函数修改状态,便于后续功能扩展。
* @ingroup Command
*/
void set_sensor_report_enabled(bool enabled);
void set_sensor_report_status(bool enabled);
/**
* @brief 处理串口环形缓冲区中的命令数据。