Skip to content

Commit

Permalink
Fix padding for 32 bit builds (Fixes flipperdevices#120) (flipperdevi…
Browse files Browse the repository at this point in the history
  • Loading branch information
sur5r authored Nov 7, 2022
1 parent 3ec0fd9 commit 8b927e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dfu/device/stm32wb55/infotable.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ struct FUSDeviceInfoTable
uint32_t reserved2;
uint64_t UID64;
uint16_t deviceID;
uint32_t padding_ /* padding for 32 bits build */;
};

struct DeviceInfoTable {
Expand Down

0 comments on commit 8b927e4

Please sign in to comment.