We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79024f3 commit 749d22bCopy full SHA for 749d22b
atmel-samd/main.c
@@ -74,7 +74,7 @@ void init_flash_fs(void) {
74
// try to mount the flash
75
FRESULT res = f_mount(&vfs->fatfs, vfs->str, 1);
76
77
- if (true || res == FR_NO_FILESYSTEM) {
+ if (res == FR_NO_FILESYSTEM) {
78
// no filesystem, or asked to reset it, so create a fresh one
79
80
// We are before USB initializes so temporarily undo the USB_WRITEABLE
0 commit comments