misplaced }

pull/182/head
alanbjohnston 4 years ago committed by GitHub
parent f493369050
commit 741cf588f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3875,8 +3875,7 @@ void prompt_for_input() {
case PROMPT_RESTART:
Serial.println("Restart not yet implemented");
break; }
break;
case PROMPT_DEBUG:
Serial.print("Changing Debug Mode to ");
@ -3886,6 +3885,7 @@ void prompt_for_input() {
else
Serial.println("off");
break;
}
}
void get_serial_string() {

Loading…
Cancel
Save

Powered by TurnKey Linux.