Remove useless pack

This commit is contained in:
Lorenzooone
2024-07-05 08:42:10 +02:00
parent 0b75ceed5a
commit 52c8291f79

View File

@@ -48,14 +48,10 @@ struct DisplayData {
bool last_connected_ds;
};
#pragma pack(push, 1)
struct PACKED VideoOutputData {
struct VideoOutputData {
uint8_t screen_data[MAX_IN_VIDEO_SIZE][3];
};
#pragma pack(pop)
struct CropData {
int top_width;
int top_height;