Fix 2 comments in module code
This commit is contained in:
parent
c61606a31b
commit
519e158d87
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ void hanlo() {
|
|||
CAN.endPacket();
|
||||
}
|
||||
|
||||
/* Send Hanlo to controller */
|
||||
/* Send strike to controller */
|
||||
void strike() {
|
||||
Serial.println("-> STRIKE");
|
||||
CAN.beginPacket(id);
|
||||
|
@ -46,7 +46,7 @@ void strike() {
|
|||
CAN.endPacket();
|
||||
}
|
||||
|
||||
/* Send Hanlo to controller */
|
||||
/* Send solve to controller */
|
||||
void solved() {
|
||||
Serial.println("-> SOLVED");
|
||||
CAN.beginPacket(id);
|
||||
|
|
Loading…
Reference in a new issue