altos: Stick a mutex around FAT operations
authorKeith Packard <keithp@keithp.com>
Fri, 12 Apr 2013 09:35:15 +0000 (02:35 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 12 Apr 2013 09:37:24 +0000 (02:37 -0700)
commitc54bd59780275ece87eafb8143cf0637b35e794c
treeb32098652b3af6ae6051aa6b7e6fcc2badac2e3a
parent7e6e2ca60c65a4fe2bee0bd8b9b89d45a7dbcfb3
altos: Stick a mutex around FAT operations

This allows the command line and logging operations to occur safely in parallel

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_fat.c
src/test/ao_fat_test.c