summaryrefslogtreecommitdiff
path: root/src/drivers/ao_sdcard.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-31 10:35:47 -0700
committerKeith Packard <keithp@keithp.com>2013-03-31 10:35:47 -0700
commitd8826b1ad5487de9345b7dcaf6c75a45117ff538 (patch)
tree9d6c45e93272b806b22ccf2596affa9a10362eb3 /src/drivers/ao_sdcard.h
parent649999863c7228ead0225968752d068dc0d30091 (diff)
altos: Add SD card writing function
Now that the FAT code seems to be operational, go back and add SD writing. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_sdcard.h')
-rw-r--r--src/drivers/ao_sdcard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/ao_sdcard.h b/src/drivers/ao_sdcard.h
index b9f737c5..35e81ced 100644
--- a/src/drivers/ao_sdcard.h
+++ b/src/drivers/ao_sdcard.h
@@ -63,6 +63,7 @@ ao_sdcard_init(void);
#define SDCARD_CMD_TIMEOUT 100
#define SDCARD_IDLE_WAIT 100
#define SDCARD_BLOCK_TIMEOUT 100
+#define SDCARD_IDLE_TIMEOUT 1000
enum ao_sdtype {
ao_sdtype_unknown,