diff --git a/arduino/hanzo2/hanzo2.ino b/arduino/hanzo2/hanzo2.ino index eca008d..bc43516 100644 --- a/arduino/hanzo2/hanzo2.ino +++ b/arduino/hanzo2/hanzo2.ino @@ -17,7 +17,6 @@ */ //#define LINE_BLACK //白地・黒ライン有効 -#define DEBUG //デバッグ有効 #define TARGET_NONE_COUNT 85 @@ -268,11 +267,11 @@ void loop(){ switch(mode){ case MODE_TRACE: trace(sensor); -#ifdef DEBUG - if( counter > 854*6 - 60 ){ + + if( counter > 854*6 - 60 ){ // 6周(1周854カウント)したら、円筒標的を狙いに行く mode = MODE_STOP; } -#endif + break; case MODE_STOP: