attempt to fix old driver

This commit is contained in:
2024-09-18 16:43:41 +02:00
parent 55826ea759
commit c3acea864a

View File

@@ -40,6 +40,7 @@ int main() {
} else if (ubyte == 0b10101010) { // 0xAA } else if (ubyte == 0b10101010) { // 0xAA
foundAA = true; foundAA = true;
} }
} }
@@ -49,7 +50,6 @@ int main() {
//Tomorrow //Tomorrow
//Try to use vectors and store every byte in its own array object by dividing the buffer into 8 bits //Try to use vectors and store every byte in its own array object by dividing the buffer into 8 bits