aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/mmc_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/mmc_spi.h')
-rw-r--r--os/io/mmc_spi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/io/mmc_spi.h b/os/io/mmc_spi.h
index 538f46430..1a2a29469 100644
--- a/os/io/mmc_spi.h
+++ b/os/io/mmc_spi.h
@@ -88,7 +88,8 @@ typedef enum {
MMC_WAIT = 2, /**< @brief Waiting card. */
MMC_INSERTED = 3, /**< @brief Card inserted. */
MMC_READY = 4, /**< @brief Card ready. */
- MMC_RUNNING = 5 /**< @brief Reading or writing. */
+ MMC_READING = 5, /**< @brief Reading. */
+ MMC_WRITING = 6 /**< @brief Writing. */
} mmcstate_t;
/**