From 85b6a745b10c2bbeb3543ae44a7344e5e0410309 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 12 May 2020 23:27:45 +0100 Subject: [PATCH] remove unneeded WUT_PACKED causes warnings in other places when taking address of struct members --- include/vpad/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vpad/input.h b/include/vpad/input.h index b867e8d..6a18837 100644 --- a/include/vpad/input.h +++ b/include/vpad/input.h @@ -225,7 +225,7 @@ WUT_CHECK_OFFSET(VPADAccStatus, 0x10, variation); WUT_CHECK_OFFSET(VPADAccStatus, 0x14, vertical); WUT_CHECK_SIZE(VPADAccStatus, 0x1c); -struct WUT_PACKED VPADStatus +struct VPADStatus { //! Indicates what VPADButtons are held down. uint32_t hold;