SDIO. Deleted ChibiOS/RT specific check from HAL.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7689 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Uladzimir Pylinski 2015-02-18 18:54:06 +00:00
parent e031b603df
commit 283f56b013
1 changed files with 1 additions and 3 deletions

View File

@ -277,13 +277,11 @@ struct SDCDriver {
* @brief Transmit DMA channel. * @brief Transmit DMA channel.
*/ */
const stm32_dma_stream_t *dma; const stm32_dma_stream_t *dma;
#if CH_DBG_ENABLE_ASSERTS || defined(__DOXYGEN__)
/** /**
* @brief Pointer to the SDIO registers block. * @brief Pointer to the SDIO registers block.
* @note Used only for dubugging purpose. * @note Needed for dubugging aid.
*/ */
SDIO_TypeDef *sdio; SDIO_TypeDef *sdio;
#endif
}; };
/*===========================================================================*/ /*===========================================================================*/