diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 17:52:38 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-03-01 17:52:38 -0500 |
| commit | acf6a9282ee46400155549e407e0279c336a0ec8 (patch) | |
| tree | 253e1c95706c7678d3d17504e9c55b0494496402 /ui.h | |
| parent | d70b86854e46af7461618fe1692dcc29d4ab0fdc (diff) | |
| download | volute-acf6a9282ee46400155549e407e0279c336a0ec8.zip | |
set_rpm()
Diffstat (limited to 'ui.h')
| -rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ void set_ambient_temperature(UI *ui); void set_ambient_temperature_unit(UI *ui); void set_ambient_pressure(UI *ui); void set_ambient_pressure_unit(UI *ui); +void set_rpm(UI *ui, int idx); void set_map(UI *ui, int idx); void set_map_unit(UI *ui); void set_ve(UI *ui, int idx); |