From 7792f7e58d85d24e1c785babe16d73b6eb6f97d0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 23 May 2024 10:15:33 -0400 Subject: [PATCH] Update main.c remove prints --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 911fa35a..66c7da25 100644 --- a/main.c +++ b/main.c @@ -2294,7 +2294,7 @@ void read_adc_process(int sig_num) adc_buffer[wav_position] = data[0]; // Output data to screen - fprintf(stderr, "Digital value of analog input: %d in %d us\n", data[0], micros() - time_start); // millis() - time_start); +// fprintf(stderr, "Digital value of analog input: %d in %d us\n", data[0], micros() - time_start); // millis() - time_start); } }