Skip to content

Commit

Permalink
Update dma.h (#1678)
Browse files Browse the repository at this point in the history
Fix inline doc for dma_timer_set_fraction()
  • Loading branch information
myklemykle authored Jun 5, 2024
1 parent e84eedf commit 79977db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_dma/include/hardware/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79977db

Please sign in to comment.