diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32/sdc_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h index 8ed64a5b0..729244e91 100644 --- a/os/hal/platforms/STM32/sdc_lld.h +++ b/os/hal/platforms/STM32/sdc_lld.h @@ -108,7 +108,7 @@ typedef struct SDCDriver SDCDriver; * @note It could be empty on some architectures.
*/
typedef struct {
-
+ uint32_t dummy;
} SDCConfig;
/**
|