diff options
Diffstat (limited to 'os/hal/src/hal_sdc.c')
-rw-r--r-- | os/hal/src/hal_sdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/src/hal_sdc.c b/os/hal/src/hal_sdc.c index 25add1417..ae64c95b5 100644 --- a/os/hal/src/hal_sdc.c +++ b/os/hal/src/hal_sdc.c @@ -72,6 +72,7 @@ typedef enum { * @brief Virtual methods table.
*/
static const struct SDCDriverVMT sdc_vmt = {
+ (size_t)0,
(bool (*)(void *))sdc_lld_is_card_inserted,
(bool (*)(void *))sdc_lld_is_write_protected,
(bool (*)(void *))sdcConnect,
|