diff --git a/ezusb/ezusb.dll b/ezusb/ezusb.dll index 34e252a..713fbb9 100644 Binary files a/ezusb/ezusb.dll and b/ezusb/ezusb.dll differ diff --git a/ezusb/src/ezusb.cpp b/ezusb/src/ezusb.cpp index 3bbb4e7..58e20fa 100644 --- a/ezusb/src/ezusb.cpp +++ b/ezusb/src/ezusb.cpp @@ -334,7 +334,7 @@ __declspec(dllexport) int __cdecl usbStart(int i) { g_dip_state |= 0x08; #endif /* light up each part of the cab in a wave pattern to get visual confirmation the device is working */ - for (int i = 0; i<=31; i++){ + for (int i = 0; i<32; i++){ if ((i > 4 && i < 8) || (i > 11 && i < 23)) { // unused bits continue; }