Skip to content
Snippets Groups Projects
Unverified Commit 79977dbc authored by Mykle's avatar Mykle Committed by GitHub
Browse files

Update dma.h (#1678)

Fix inline doc for dma_timer_set_fraction()
parent e84eedff
No related branches found
No related tags found
No related merge requests found
......@@ -863,7 +863,7 @@ int dma_claim_unused_timer(bool required);
*/
bool dma_timer_is_claimed(uint timer);
/*! \brief Set the divider for the given DMA timer
/*! \brief Set the multiplier for the given DMA timer
* \ingroup hardware_dma
*
* The timer will run at the system_clock_freq * numerator / denominator, so this is the speed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment