diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-06 12:51:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-06 12:51:39 -0800 |
commit | ddcc94da4326f9ce954bd31a46b36165c58e6c18 (patch) | |
tree | 808d9c89e1d43e22017655217e730e54d79ed397 /src/ao_telemetrum.c | |
parent | f3f1b1488bdc92fa9277dc549ba9f3210a8d4c8c (diff) |
altos: Simplify storage API
This removes the config-specific APIs and exposes global variables for
the available storage space, block size and config storage location.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_telemetrum.c')
-rw-r--r-- | src/ao_telemetrum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_telemetrum.c b/src/ao_telemetrum.c index 1209c820..ed43c447 100644 --- a/src/ao_telemetrum.c +++ b/src/ao_telemetrum.c @@ -49,7 +49,7 @@ main(void) ao_beep_init(); ao_cmd_init(); ao_spi_init(); - ao_ee_init(); + ao_storage_init(); ao_flight_init(); ao_log_init(); ao_report_init(); |