Обновление
This commit is contained in:
parent
243b3b49be
commit
10d9f7360b
|
|
@ -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) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue