Gather Nissan CAN data #2278

This commit is contained in:
rusefillc 2021-02-12 20:47:12 -05:00
parent 6df4d76bb9
commit fa04ac1d73
2 changed files with 10 additions and 0 deletions

View File

@ -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);

View File

@ -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