Autoranging error messages added

pull/6/head
alanbjohnston 7 years ago committed by GitHub
parent 02133b00af
commit c0e3b9e70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -631,7 +631,7 @@ int ax5043_autoranging(ax5043_conf_t *conf) {
printf("ERROR: AX5043 Autoranging Read Failure\n\n"); printf("ERROR: AX5043 Autoranging Read Failure\n\n");
return ret; return ret;
} }
if ((clock() - start) > 500000) { if ((clock() - start) > 1000000) {
timeout = 1; timeout = 1;
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.