diff --git a/os/hal/ports/STM32/LLD/sdc_lld.h b/os/hal/ports/STM32/LLD/sdc_lld.h index 9fbd4a3fd..428ef1568 100644 --- a/os/hal/ports/STM32/LLD/sdc_lld.h +++ b/os/hal/ports/STM32/LLD/sdc_lld.h @@ -277,13 +277,11 @@ struct SDCDriver { * @brief Transmit DMA channel. */ const stm32_dma_stream_t *dma; -#if CH_DBG_ENABLE_ASSERTS || defined(__DOXYGEN__) /** * @brief Pointer to the SDIO registers block. - * @note Used only for dubugging purpose. + * @note Needed for dubugging aid. */ SDIO_TypeDef *sdio; -#endif }; /*===========================================================================*/