I guess this is okay for now... do want to clean up in the future though

This commit is contained in:
2020-01-04 14:51:07 -05:00
parent 5f07a7d1ef
commit dcfb71bbb6
4 changed files with 7 additions and 57 deletions

View File

@@ -28,13 +28,13 @@ struct usb_xfer_args
unsigned short wIndex;
unsigned short data_len;
};
} __attribute__ ((packed));
struct serial_desc_args
{
unsigned short dev_idVendor;
unsigned short dev_idProduct;
unsigned char len;
};
} __attribute__ ((packed));
#endif //CHECKM8_TOOL_ARD_PROTOCOL_H