From 67f38ce3ce6d21948a1e9d1405fce821885b7494 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sat, 10 Aug 2024 15:50:11 +1200 Subject: [PATCH] Update core/units.h Signed-off-by: Michael Keller --- core/units.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/units.h b/core/units.h index 806a1e5c9..ccb0d1947 100644 --- a/core/units.h +++ b/core/units.h @@ -320,7 +320,7 @@ struct units { * And kg instead of g. */ #define SI_UNITS \ - { \ + { \ .length = units::METERS, .volume = units::LITER, .pressure = units::BAR, .temperature = units::CELSIUS, .weight = units::KG, \ .vertical_speed_time = units::MINUTES, .duration_units = units::MIXED, .show_units_table = false \ }