From b462e0e9671ff7305945b2ed4f93f5f5b8cc9b96 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 17 Jun 2015 14:40:12 +0200 Subject: Fix compile issue --- Venus_Skeleton/Venus_Skeleton.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1