Working pretty well, removed duplicate Sample period printf

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent b5099b6cc7
commit e36e5ff678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1100,7 +1100,7 @@ void get_tlm_fox() {
// printf("Tx LED Off\n");
#endif
printf("Sample period: %d\n", millis() - (unsigned int)sampleTime);
// printf("Sample period: %d\n", millis() - (unsigned int)sampleTime);
sampleTime = (unsigned int) millis();
} else
printf("first time - no sleep\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.