From 25bad7259e3074ee4561155912b414fa1c496603 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 13 Sep 2020 01:51:58 +0200 Subject: [PATCH] remove redundant pragma --- client/src/cmdhfwaveshare.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/cmdhfwaveshare.c b/client/src/cmdhfwaveshare.c index 8494f9f48..260071c43 100644 --- a/client/src/cmdhfwaveshare.c +++ b/client/src/cmdhfwaveshare.c @@ -17,7 +17,6 @@ // Currently the largest pixel 880*528 only needs 58.08K bytes #define WSMAPSIZE 60000 -#pragma pack(1) /* Mandatory to remove any padding */ typedef struct { uint8_t B; uint8_t M;