From 78e878cb5a656eb005afa0158369dcfa80646c2a Mon Sep 17 00:00:00 2001 From: Kevin Santo Cappuccio Date: Sun, 31 Dec 2023 09:11:00 -0800 Subject: [PATCH] testing VScode Source Control fuckery --- JumperlessNano/src/MachineCommands.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JumperlessNano/src/MachineCommands.cpp b/JumperlessNano/src/MachineCommands.cpp index d33d3a4..b698122 100644 --- a/JumperlessNano/src/MachineCommands.cpp +++ b/JumperlessNano/src/MachineCommands.cpp @@ -10,6 +10,8 @@ #include #include "MachineCommands.h" +int testingSomething = 0; + bool debugMM = false; // char inputBuffer[INPUTBUFFERLENGTH] = {0};