diff --git a/firmware/init/sensor/init_map.cpp b/firmware/init/sensor/init_map.cpp index e8ae5366d6..7462698312 100644 --- a/firmware/init/sensor/init_map.cpp +++ b/firmware/init/sensor/init_map.cpp @@ -47,8 +47,10 @@ static FallbackSensor mapCombiner(SensorType::Map, SensorType::MapFast, SensorTy // helper struct for the local getMapCfg function struct MapCfg { - float v1, v2; - float map1, map2; + float v1; + float map1; + float v2; + float map2; }; static MapCfg getMapCfg(DECLARE_CONFIG_PARAMETER_SIGNATURE) {