软件读取rfid成功

This commit is contained in:
lmx
2025-12-01 18:51:24 +08:00
parent b8d48ebe19
commit ed475e870f
7 changed files with 56 additions and 20 deletions

View File

@ -519,8 +519,8 @@ static const struct application_operation app_handler_ops = {
* 注册earphone模式
*/
REGISTER_APPLICATION(app_handler) = {
.name = "handler",
.action = ACTION_EARPHONE_MAIN,
.ops = &app_handler_ops,
.name = "handler",
.action = ACTION_EARPHONE_MAIN,
.ops = &app_handler_ops,
.state = APP_STA_DESTROY,
};