From 935c0e49cb45cb863abd29f001a44b5bf8691221 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 23 May 2024 10:04:46 -0400 Subject: [PATCH] Update main.c remove starting print --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 5b56905c..4e6b4131 100644 --- a/main.c +++ b/main.c @@ -2271,7 +2271,7 @@ void init_adc() void read_adc_process(int sig_num) { - fprintf(stderr,"read_adc_process starting\n"); +// fprintf(stderr,"read_adc_process starting\n"); if(sig_num == SIGALRM) {