diff --git a/core/units.h b/core/units.h index 4800881b5..8f296e415 100644 --- a/core/units.h +++ b/core/units.h @@ -322,7 +322,7 @@ struct units { #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 \ + .vertical_speed_time = units::MINUTES, .duration_units = units::MIXED, .show_units_table = false \ } extern const struct units SI_units, IMPERIAL_units;