summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Venus_Skeleton/Venus_Skeleton.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Venus_Skeleton/Venus_Skeleton.ino b/Venus_Skeleton/Venus_Skeleton.ino
index efc1322..7b414e8 100644
--- a/Venus_Skeleton/Venus_Skeleton.ino
+++ b/Venus_Skeleton/Venus_Skeleton.ino
@@ -782,7 +782,7 @@ void confirmSample(int turretVal) {
}
// Check if movement has stopped (turn and forward), without seeing a sample (second turn). -> False positive
if (!counterMovement && counterSampleConfirm == 3) {
- DEBUG_PRINT("\n---FALSE POSITIVE")
+ DEBUG_PRINT("\n---FALSE POSITIVE");
opMode(OPMODE_WAIT);
}
// Check if movement has stopped (turn and forward), without seeing a sample (first turn). -> Turn other way