fix msvc compile

This commit is contained in:
Hay1tsme
2025-02-04 11:40:23 -05:00
parent dcafe0d926
commit 169e5ddf44
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -9,13 +9,13 @@
// Mayhaps move this to a seperate thing in the event a second USB IO
// providor is needed?
struct usbio_dev {
//struct usbio_dev {
// TODO: populate with handler functions for various commands that
// come in via winusb
// It might also just do a mass bulk update, in which case we need
// a struct that encompases all the digital and analog I/O pins and
// their states.
};
//};
#pragma pack(pop)