Update functions.h

This commit is contained in:
mrcory
2020-02-14 11:14:47 -05:00
parent 49d124dd63
commit a0cf1dbca2
+1 -1
View File
@@ -176,7 +176,7 @@ bool timerFunc(int _comp) {
}
void checkInvert() {
if (inverMotor[0] ~= invertMotor[1]) {
if (invertMotor[0] != invertMotor[1]) {
for (int i=1;i<3;i++) {
shade[i] = shade[i]*-1;
}