altos: Unmount file system after each testing pass in ao_fat_test
[fw/altos] / src / drivers / ao_fat.c
index bb0aa7a221e40e9f0ebfda422603e3d740606611..9cd3d34be25b32cc83ccae414befd1e1b1b5a204 100644 (file)
@@ -608,6 +608,12 @@ ao_fat_setup(void)
        return ao_filesystem_status;
 }
 
+void
+ao_fat_unmount(void)
+{
+       ao_filesystem_setup = 0;
+}
+
 /*
  * Basic file operations
  */