default params for happy test
This commit is contained in:
parent
029bc9fdac
commit
6b8aaa8e30
|
@ -48,7 +48,7 @@ static inline void wrapAngle(angle_t& angle, const char* msg, ObdCode code) {
|
|||
}
|
||||
|
||||
// proper method avoids un-wrapped state of variables
|
||||
static inline angle_t wrapAngleMethod(angle_t param, const char *msg, ObdCode code) {
|
||||
static inline angle_t wrapAngleMethod(angle_t param, const char *msg = "", ObdCode code = ObdCode::OBD_PCM_Processor_Fault) {
|
||||
wrapAngle(param, msg, code);
|
||||
return param;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue