mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:32:46 +01:00
cpu/stm32: remove useless ifdef around DMA definitions
This commit is contained in:
parent
97f98dcace
commit
46c4803eba
@ -366,7 +366,6 @@ typedef enum {
|
||||
/** @} */
|
||||
#endif /* ndef DOXYGEN */
|
||||
|
||||
#ifdef MODULE_PERIPH_DMA
|
||||
/**
|
||||
* @brief DMA configuration
|
||||
*/
|
||||
@ -429,7 +428,6 @@ typedef enum {
|
||||
#define DMA_DATA_WIDTH_MASK (0x0C)
|
||||
#define DMA_DATA_WIDTH_SHIFT (2)
|
||||
/** @} */
|
||||
#endif /* MODULE_PERIPH_DMA */
|
||||
|
||||
/**
|
||||
* @brief Available number of ADC devices
|
||||
|
Loading…
Reference in New Issue
Block a user