Skip to content

Commit 72dc6d0

Browse files
author
Charles-Ellison
committed
remove accidental paste during formatting
1 parent ebe97e7 commit 72dc6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_PWMServoDriverGroup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
Adafruit_PWMServoDriverGroup::Adafruit_PWMServoDriverGroup(
1212
const uint8_t nDrivers, const uint8_t nServosEach, const uint8_t *addr) {
13-
_nDriversrew install clang-forma = nDrivers;
13+
_nDrivers = nDrivers;
1414
_nServosEach = nServosEach;
1515

1616
_drivers = (Adafruit_PWMServoDriver **)malloc(

0 commit comments

Comments
 (0)