From ce5708e2d8a51e8a900f32883ba411b5705f54c9 Mon Sep 17 00:00:00 2001
From: eeucalyptus <dev@eeucalyptus.net>
Date: Thu, 27 Jul 2023 15:44:59 +0200
Subject: [PATCH] edit typo TIM0 -> TIM1 in readme

---
 examples/adc_fixed_fs/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/adc_fixed_fs/README.md b/examples/adc_fixed_fs/README.md
index 3c2b442..99f3819 100644
--- a/examples/adc_fixed_fs/README.md
+++ b/examples/adc_fixed_fs/README.md
@@ -1,5 +1,5 @@
 # ADC with fixed sampling rate
 
-This example shows the use of the ADC in combination with DMA and TIM0 to measure a signal with a fixed sampling rate with low cpu load. This is particularly useful for DSP, eg. Audio effects and filtering. 
+This example shows the use of the ADC in combination with DMA and TIM1 to measure a signal with a fixed sampling rate with low cpu load. This is particularly useful for DSP, eg. Audio effects and filtering. 
 
-The example has been tested for raw adc measurement from a script with sampling rates of 48kHz. The limiting factor is the baudrate, which needs to be 2MBaud for the given 48 kHz and full 12 bit range.
\ No newline at end of file
+The example has been tested for raw adc measurement from a script with sampling rates of 48kHz. The limiting factor is the baudrate, which needs to be 2MBaud for the given 48 kHz and full 12 bit range.
-- 
GitLab