Skip to content

Commit 79977db

Browse files
authored
Update dma.h (raspberrypi#1678)
Fix inline doc for dma_timer_set_fraction()
1 parent e84eedf commit 79977db

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_dma/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_dma/include/hardware/dma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ int dma_claim_unused_timer(bool required);
863863
*/
864864
bool dma_timer_is_claimed(uint timer);
865865

866-
/*! \brief Set the divider for the given DMA timer
866+
/*! \brief Set the multiplier for the given DMA timer
867867
* \ingroup hardware_dma
868868
*
869869
* The timer will run at the system_clock_freq * numerator / denominator, so this is the speed

0 commit comments

Comments
 (0)