From 1ca93b5666067e8307e88c44617de60661c17889 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 2 Jun 2026 17:06:57 +0300 Subject: [PATCH] Init --- LinSensorTasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinSensorTasks.c b/LinSensorTasks.c index 0e539b3..c3f1845 100644 --- a/LinSensorTasks.c +++ b/LinSensorTasks.c @@ -23,7 +23,7 @@ const uint8_t DRS_SENSON_ADR_Stat[LIN5_SENSOR_COUNT] = {DRS_DL_Stat, DRS_FCR_Stat}; static lin_event_id_t SEND_SENSOR_COM_x(tSerialPortLinIO *linIo, tLinData *linData, uint8_t COM_ADR) { - lin_event_id_t res = linIo->transmitCommand(linIo->env, linData, 30); + lin_event_id_t res = linIo->transmitCommand(linIo->env, linData, COM_ADR, 30); // SystemDelayMs(40); return res; }