From 52c8291f792c80e98e47e4d742a38e2a857aeaae Mon Sep 17 00:00:00 2001 From: Lorenzooone Date: Fri, 5 Jul 2024 08:42:10 +0200 Subject: [PATCH] Remove useless pack --- include/display_structs.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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;