Skip to content

Commit

Permalink
added a semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
alaza252 committed May 16, 2021
1 parent f361675 commit 5aedbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerboardcode/powerboard/powerboard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void setPins()
pinMode(logic12V[i], OUTPUT);
}
pinMode(drivePack, OUTPUT);
pinMode(vacuumCtrl[0], OUTPUT)
pinMode(vacuumCtrl[0], OUTPUT);
}

void setPinStates()
Expand Down

0 comments on commit 5aedbf4

Please sign in to comment.