Fix some of the (simpler) errors reported by the doxygen command (#617)

This commit is contained in:
Andrew Scheller
2021-10-26 22:09:06 +01:00
committed by GitHub
parent b04a09110f
commit da7c39bc23
3 changed files with 10 additions and 4 deletions

View File

@ -774,7 +774,7 @@ static inline void dma_timer_set_fraction(uint timer, uint16_t numerator, uint16
/*! \brief Return the DREQ number for a given DMA timer
* \ingroup hardware_dma
*
* \param timer DMA timer number 0-3
* \param timer_num DMA timer number 0-3
*/
static inline uint dma_get_timer_dreq(uint timer_num) {
static_assert(DREQ_DMA_TIMER1 == DREQ_DMA_TIMER0 + 1, "");