Add padding to device info structure.

This commit is contained in:
2019-10-12 23:46:01 +01:00
parent 00a340b7bf
commit fcfadfc765

View File

@@ -71,6 +71,7 @@ typedef struct
char serial[256];
char bus[256];
uint8_t supported;
char padding[3];
} DeviceInfo;
typedef struct DeviceInfoList