Обновление

This commit is contained in:
cfif 2025-12-25 16:27:50 +03:00
parent 243b3b49be
commit 10d9f7360b
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ static bool setState20(tLinTaskActuator *env, bool isError, uint8_t index) {
lin_event_id_t Lin0_Scheduler(tLinTaskActuator *env) { lin_event_id_t Lin0_Scheduler(tLinTaskActuator *env) {
lin_event_id_t ret; lin_event_id_t ret = LIN_NO_EVENT;
for (uint8_t i = 0; i < LIN0_ISSR_ALL; ++i) { for (uint8_t i = 0; i < LIN0_ISSR_ALL; ++i) {