Skip to content

Commit 06f838e

Browse files
authored
Merge branch 'main' into feature/Improve-Sound
2 parents 63a52c9 + c9d557b commit 06f838e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/LowLevel/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,4 +934,4 @@ void updateConfigInFlash() {
934934
if (!f) return;
935935
if (f.write(buffer, size) == size) config_crc_in_flash = crc;
936936
f.close();
937-
}
937+
}

0 commit comments

Comments
 (0)