Skip to content
Snippets Groups Projects

fix(fatfs): correnctly initilize generation count

Merged swym requested to merge swym/firmware:fatfs-generation into master
@@ -96,6 +96,7 @@ void fatfs_init()
#else
s_globalLock = xSemaphoreCreateMutex();
#endif
s_globalFileSystem.generationCount = 1;
fatfs_attach();
}
Loading