Skip to content

Commit 6e62a15

Browse files
committed
changed version macro-name from "Servo_VERSION" to "VERSION"
1 parent 3760e62 commit 6e62a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servo_Hardware_PWM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#error "This library only supports boards with an AVR processor."
7272
#endif
7373

74-
#define Servo_VERSION 1.0.1 //software version of this library
74+
#define VERSION 1.0.1 //software version of this library
7575

7676
#define MIN_PULSE_WIDTH 500 //the shortest pulse sent to a servo
7777
#define MAX_PULSE_WIDTH 2500 //the longest pulse sent to a servo

0 commit comments

Comments
 (0)