mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
fix msvc compile
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user