Adafruit-PWM-Servo-Driver-Library
Adafruit-PWM-Servo-Driver-Library copied to clipboard
Remove Slash
removes slash in Line 59 in Adafruit_PWMServoDriver.h that broke the constant "MODE2_OUTNE_1"
hi this does not break the constant, and the patch doesn't pass clang-format. you could disable clang format for that section if you'd like but it can't be merged until CI pases
Closing. That formatting was done by clang because of the long comment line. That's also why the CI fails when reverting to a single line. This formatting should not cause any compilation issues.