[code-quality] __attribute__((packed)) (#7221)

This commit is contained in:
tomaszduda23 2024-08-08 02:30:49 +02:00 committed by GitHub
parent 9a9757ddeb
commit 24b6c1d3eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ struct ClimateDeviceRestoreState {
float target_temperature_low;
float target_temperature_high;
};
};
} __attribute__((packed));
float target_humidity;
/// Convert this struct to a climate call that can be performed.