Update core/units.h

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-08-10 15:50:11 +12:00 committed by bstoeger
parent 80b5f6bfcd
commit 67f38ce3ce

View file

@ -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 \
}