fixed indent
parent
0d516f0da3
commit
09205709c1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue