Skip to content

Commit

Permalink
Merge commit 'efd44be'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grayson authored and David Grayson committed Oct 9, 2013
2 parents bf46273 + efd44be commit 8eb1abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/servo/servo.c
Expand Up @@ -51,7 +51,7 @@ static volatile struct SERVO_DATA XDATA servoData[MAX_SERVOS];

// Bitmasks for keeping track of which pins are being used as servos.
// A 1 bit indicates that the pin is a servo pulse output pin.
// A 0 but indicates that the pin will be used for something else and
// A 0 bit indicates that the pin will be used for something else and
// this library should not touch it.
static volatile uint8 servoPinsOnPort0;
static volatile uint8 servoPinsOnPort1;
Expand Down

0 comments on commit 8eb1abe

Please sign in to comment.