From 79977dbc4acb5cb5ecb546c0e365c14081fee180 Mon Sep 17 00:00:00 2001
From: Mykle <mykle-github@mykle.com>
Date: Tue, 4 Jun 2024 18:00:55 -0700
Subject: [PATCH] Update dma.h (#1678)

Fix inline doc for dma_timer_set_fraction()
---
 src/rp2_common/hardware_dma/include/hardware/dma.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rp2_common/hardware_dma/include/hardware/dma.h b/src/rp2_common/hardware_dma/include/hardware/dma.h
index 1b2d6f5..fe4b97e 100644
--- a/src/rp2_common/hardware_dma/include/hardware/dma.h
+++ b/src/rp2_common/hardware_dma/include/hardware/dma.h
@@ -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
-- 
GitLab