void-packages/srcpkgs/qflipper/patches/fix-build-32-bit.patch
Đoàn Trần Công Danh 6c240d6b7e qflipper: update to 1.1.3.
2022-09-18 20:35:24 +07:00

10 lines
284 B
Diff

--- a/dfu/device/stm32wb55/infotable.h
+++ b/dfu/device/stm32wb55/infotable.h
@@ -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 {