P1和P2已开发完成并验证了大部分功能都没问题

This commit is contained in:
2026-09-07 18:50:35 +08:00
parent f4b0b3213c
commit 862ce10b90
18 changed files with 1525 additions and 370 deletions
+2
View File
@@ -97,6 +97,8 @@ void app_relay_zc_edge(void)
return; /* 无 pending,仅记录过零(由 app_zc 管超时) */
}
relay_apply(s_relay.request);
/* 7.2:下一次成功过零切变后清设备故障(RAM 写,ISR 安全) */
gDevData.fault_code = 0;
}
/**