fix dynoview typing

This commit is contained in:
Matthew Kennedy 2024-04-25 15:29:19 -07:00 committed by rusefi
parent 2c33abbf7b
commit 2d3b6eed36
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class DynoView {
public:
// Update the state of the launch control system
void update(vssSrc src);
void updateAcceleration(efitick_t deltaTime, float deltaSpeed);
void updateAcceleration(efitimeus_t deltaTime, float deltaSpeed);
void updateHP();
float getAcceleration();
int getEngineForce();