fixed indent

master
Sascha Nitsch 2022-03-22 06:56:16 +01:00
parent 0d516f0da3
commit 09205709c1
1 changed files with 1 additions and 2 deletions

View File

@ -69,7 +69,6 @@ const char protectString[] = "cimdit:";
/// current position in protection string
uint8_t protectPos = 0;
/// main loop
void loop() {
hal.readFromHardware(outstandingRotInterrupt);
@ -118,7 +117,7 @@ void loop() {
case 'f': // read flash
profile.printFlash();
break;
case 'F': // write flash
case 'F': // write flash
profile.writeFlash();
break;
}