SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
SerialVars.def
Go to the documentation of this file.
1
12#ifndef __ECU_SERIALVARS_DEF__
13// @cond
14#define __ECU_SERIALVARS_DEF__
15// @endcond
16
20#define SERIALVAR_TORQUE_VECTORING_AGGRESSION 0
21
25#define SERIALVARS \
26 X(float, SERIALVAR_TORQUE_VECTORING_AGGRESSION)
27
28#endif // __ECU_SERIALVARS_DEF__