summaryrefslogtreecommitdiff
path: root/src/drivers/ao_sdcard.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-13 10:51:04 -0700
committerKeith Packard <keithp@keithp.com>2013-04-13 10:51:04 -0700
commit2f7015afcca7c6042365d2124d3a5b7219e8e588 (patch)
treecf102d2abb3f9e7141fd7b7925c0c73fb3cb61d0 /src/drivers/ao_sdcard.h
parent5077f3ad1967a33712e9ff411e3b2a0b4e1a5c4a (diff)
parent778daf0ccbd8a073da33497e33c29400d0ecc464 (diff)
Merge branch 'master' into droid-gps
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 0d1464b3..50b70c73 100644
--- a/src/drivers/ao_sdcard.h
+++ b/src/drivers/ao_sdcard.h
@@ -69,6 +69,7 @@ ao_sdcard_init(void);
#define SDCARD_BUSY_TIMEOUT AO_MS_TO_TICKS(20)
#define SDCARD_BLOCK_TIMEOUT AO_MS_TO_TICKS(200)
#define SDCARD_IDLE_RETRY 10
+#define SDCARD_OP_COND_RETRY 10
enum ao_sdtype {
ao_sdtype_unknown,