remove popn15 dll and code reference and light leds in a wave pattern #2

Open
Test045 wants to merge 5 commits from Test045/feature/usbStartLightRework into master
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 9156fcbbc6 - Show all commits
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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;
}