Skip to content

Commit e05f3e4

Browse files
committed
Debug off by default
1 parent 851a726 commit e05f3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SlowMotionServo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "Arduino.h"
2323
#include <Servo.h>
2424

25-
#define WITH_DEBUG 1
25+
#define WITH_DEBUG 0
2626

2727
class SlowMotionServo : public Servo
2828
{

0 commit comments

Comments
 (0)