altos: Reduce stack usage of FAT driver and logger
authorKeith Packard <keithp@keithp.com>
Wed, 1 May 2013 01:57:53 +0000 (18:57 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 8 May 2013 03:08:00 +0000 (20:08 -0700)
commitac72d1c298fc553808a8e04a65482d4990f177d7
treefaf4932fe2d9efca88b306a2097dc8233a49301f
parentdf70e3e87874d80516c6d43cfe745d511d54f206
altos: Reduce stack usage of FAT driver and logger

Move some large stack arrays to static storage.
Also eliminates some printf error messages which don't seem that
useful except for debugging.

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