Update main.c remove sig_num check

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

@ -2273,7 +2273,7 @@ void read_adc_process(int sig_num)
{
// fprintf(stderr,"read_adc_process starting\n");
if(sig_num == SIGALRM)
// if(sig_num == SIGALRM)
{
// read ADC
// printf("read_adc_process\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.