aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/painter/qgf.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/painter/qgf.c')
-rw-r--r--quantum/painter/qgf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/painter/qgf.c b/quantum/painter/qgf.c
index 07c3f80314..e5a1895b74 100644
--- a/quantum/painter/qgf.c
+++ b/quantum/painter/qgf.c
@@ -26,7 +26,7 @@ bool qgf_validate_block_header(qgf_block_header_v1_t *desc, uint8_t expected_typ
bool qgf_parse_format(qp_image_format_t format, uint8_t *bpp, bool *has_palette, bool *is_panel_native) {
// clang-format off
- static const struct QP_PACKED {
+ static const struct PACKED {
uint8_t bpp;
bool has_palette;
bool is_panel_native;