unit test for vehicle_speed.cpp #3081

This commit is contained in:
rusefillc 2021-08-01 12:19:59 -04:00
parent 511b5c22dd
commit ac6cb0601c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ bool hasVehicleSpeedSensor(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
#if HAL_VSS_USE_PAL
static void vsExtiCallback(void *) {
vsAnaWidthCallback(engine);
vsAnaWidthCallback();
}
#endif /* HAL_VSS_USE_PAL */