diff --git a/firmware/hw_layer/vehicle_speed.cpp b/firmware/hw_layer/vehicle_speed.cpp index 45c64ab912..16694eae76 100644 --- a/firmware/hw_layer/vehicle_speed.cpp +++ b/firmware/hw_layer/vehicle_speed.cpp @@ -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 */