Gather Nissan CAN data #2278
This commit is contained in:
parent
6df4d76bb9
commit
fa04ac1d73
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* @file can_rx.h
|
||||
*
|
||||
* Created on: Feb 11, 2021
|
||||
* @author Andrey Belomutskiy, (c) 2012-2021
|
||||
*/
|
||||
|
||||
bool acceptCanRx(int sid DECLARE_ENGINE_PARAMETER_SUFFIX);
|
|
@ -929,6 +929,8 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
|
|||
|
||||
maf_sensor_type_e mafSensorType;
|
||||
|
||||
#define CAN_RX_PREFIX "CAN_rx"
|
||||
|
||||
#define CRITICAL_PREFIX "CRITICAL"
|
||||
! same length used for critical and soft error messages
|
||||
#define ERROR_BUFFER_SIZE 120
|
||||
|
|
Loading…
Reference in New Issue