set:cal: Remove unnecessary PACKED

This commit is contained in:
shchmue 2020-02-18 11:29:02 -07:00
parent 1a56c6b212
commit 8fd4581269

View File

@ -328,7 +328,7 @@ typedef struct {
typedef struct {
char code[0x3]; ///< Country code.
} PACKED SetCalCountryCode;
} SetCalCountryCode;
typedef struct {
u8 cert[0x180];