remove redundant pragma

This commit is contained in:
Philippe Teuwen 2020-09-13 01:51:58 +02:00
parent a045638dd0
commit 25bad7259e

View file

@ -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;