From c3acea864a443bae0a1548aaef5dabf996106d88 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Wed, 18 Sep 2024 16:43:41 +0200 Subject: [PATCH] attempt to fix old driver --- src/C++/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/C++/main.cpp b/src/C++/main.cpp index b78a180..d9f9787 100644 --- a/src/C++/main.cpp +++ b/src/C++/main.cpp @@ -40,6 +40,7 @@ int main() { } else if (ubyte == 0b10101010) { // 0xAA foundAA = true; } + } @@ -49,7 +50,6 @@ int main() { - //Tomorrow //Try to use vectors and store every byte in its own array object by dividing the buffer into 8 bits