diff options
author | Keith Packard <keithp@keithp.com> | 2013-03-31 12:39:32 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-31 12:39:32 -0700 |
commit | 144b44e13ce3361ff59cbb555e84d542455a4e17 (patch) | |
tree | cf56246bea404fbe23f35a800ed0013260d454b9 /src/drivers/ao_fat.h | |
parent | a70139c9a8a177df8f20f525703b13c0aec0fbc7 (diff) |
altos: Unmount file system after each testing pass in ao_fat_test
Otherwise, we use stale data and 'bad things' happen.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_fat.h')
-rw-r--r-- | src/drivers/ao_fat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/ao_fat.h b/src/drivers/ao_fat.h index 40786990..36aec7df 100644 --- a/src/drivers/ao_fat.h +++ b/src/drivers/ao_fat.h @@ -63,6 +63,9 @@ ao_fat_init(void); void ao_fat_sync(void); +void +ao_fat_unmount(void); + int8_t ao_fat_full(void); |