Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Aug 6, 2024
1 parent 94e76df commit ba9f43d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/src.ino
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ void processCommand() {
} else {
Serial.print("NACK:Digital write is not supported in INPUT_PULLUP\n");
}
Serial.print("\n");
return;
}
if (current_arg.equals("1")) {
Expand Down Expand Up @@ -163,7 +162,6 @@ void processCommand() {
} else {
Serial.print("NACK:Analog read is not supported in INPUT_PULLUP\n");
}
Serial.print("\n");
return;
}
Serial.print(analogRead(pin));
Expand Down

0 comments on commit ba9f43d

Please sign in to comment.