From e9e5c21068ab8d92b69d522a752f4362a112242b Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 1 Mar 2025 12:40:27 -0500 Subject: reformat MAP when unit changes --- ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index 1238325..02baee6 100644 --- a/ui.h +++ b/ui.h @@ -23,6 +23,7 @@ void init_ui(UI *ui); void set_displacement(UI *ui); void set_displacement_unit(UI* ui); void set_map(UI *ui, int idx); +void set_map_unit(UI *ui); void set_ve(UI *ui, int idx); void set_volume_flow_rate(UI *ui, int idx); void set_all_volume_flow_rate(UI *ui); -- cgit v1.2.3