From fcfadfc7657e7b2597404b0aed7e9ecfed72eb1a Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 12 Oct 2019 23:46:01 +0100 Subject: [PATCH] Add padding to device info structure. --- dicmote.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dicmote.h b/dicmote.h index c8413a0..f44a4b2 100644 --- a/dicmote.h +++ b/dicmote.h @@ -71,6 +71,7 @@ typedef struct char serial[256]; char bus[256]; uint8_t supported; + char padding[3]; } DeviceInfo; typedef struct DeviceInfoList