Update main.c remove starting print

beta-adc
Alan Johnston 2 years ago committed by GitHub
parent 3bed757e7a
commit 935c0e49cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2271,7 +2271,7 @@ void init_adc()
void read_adc_process(int sig_num) 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) if(sig_num == SIGALRM)
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.