Skip to content

Commit

Permalink
[bot] - autoformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
autoformatter[bot] committed Nov 22, 2024
1 parent 80ab45f commit e485790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ascendfsw/src/FlashStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void FlashStorage::dump() {
data = this->flash.readByte(pos);
pos++;
Serial.write(data); // print as a character
//delay(1);
// delay(1);
}
}

Expand Down

0 comments on commit e485790

Please sign in to comment.