aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/mmc_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/mmc_spi.h')
-rw-r--r--os/hal/include/mmc_spi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/include/mmc_spi.h b/os/hal/include/mmc_spi.h
index f413e3c15..241fae54a 100644
--- a/os/hal/include/mmc_spi.h
+++ b/os/hal/include/mmc_spi.h
@@ -120,9 +120,10 @@ typedef bool_t (*mmcquery_t)(void);
/**
* @brief Driver configuration structure.
+ * @note Not required in the current implementation.
*/
typedef struct {
-
+ uint8_t dummy;
} MMCConfig;
/**