diff --git a/include/display_structs.hpp b/include/display_structs.hpp index 3b024dc..20caaaf 100755 --- a/include/display_structs.hpp +++ b/include/display_structs.hpp @@ -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;