Skip to content

Commit

Permalink
minor: Fix invalid attribute for MSVC (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgreTransporter authored Dec 18, 2024
1 parent 11d2c7a commit 14e6d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/deltadore_x3d.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ struct deltadore_x3d_message_header {
int16_t header_check;
};

struct __attribute__((packed)) deltadore_x3d_message_payload {
struct deltadore_x3d_message_payload {
uint8_t retry;
uint16_t transfer;
uint16_t transfer_ack;
Expand Down

0 comments on commit 14e6d21

Please sign in to comment.