summaryrefslogtreecommitdiff
path: root/Venus_Skeleton/Venus_Skeleton.ino
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2015-06-17 14:40:12 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-06-17 14:40:12 +0200
commitb462e0e9671ff7305945b2ed4f93f5f5b8cc9b96 (patch)
treed2740e33a2c4af6ef2bf4be1eb4321bae4558806 /Venus_Skeleton/Venus_Skeleton.ino
parent3fbf86c252d1964a6699e36cacd18a3b00bf77b6 (diff)
downloadcode-b462e0e9671ff7305945b2ed4f93f5f5b8cc9b96.tar.gz
Fix compile issue
Diffstat (limited to 'Venus_Skeleton/Venus_Skeleton.ino')
-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