Init
This commit is contained in:
parent
5b995ebd83
commit
1ca93b5666
|
|
@ -23,7 +23,7 @@ const uint8_t DRS_SENSON_ADR_Stat[LIN5_SENSOR_COUNT] = {DRS_DL_Stat,
|
||||||
DRS_FCR_Stat};
|
DRS_FCR_Stat};
|
||||||
|
|
||||||
static lin_event_id_t SEND_SENSOR_COM_x(tSerialPortLinIO *linIo, tLinData *linData, uint8_t COM_ADR) {
|
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);
|
// SystemDelayMs(40);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue