From 3f6e1a4caf88ecd4235abb092ce62a7158c957bb Mon Sep 17 00:00:00 2001 From: dp111 <19616418+dp111@users.noreply.github.com> Date: Fri, 10 Mar 2023 21:43:56 +0000 Subject: [PATCH] Comment Typo (#344) --- adc/dma_capture/dma_capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adc/dma_capture/dma_capture.c b/adc/dma_capture/dma_capture.c index 3a6688c..a0e947c 100644 --- a/adc/dma_capture/dma_capture.c +++ b/adc/dma_capture/dma_capture.c @@ -110,7 +110,7 @@ int main() { // ---------------------------------------------------------------------------- // Code for driving the "DAC" output for us to measure -// Core 1 is just going to sit and drive samples out continously. PIO provides +// Core 1 is just going to sit and drive samples out continuously. PIO provides // consistent sample frequency. #define OUTPUT_FREQ_KHZ 5