Update main.c

pull/107/head
alanbjohnston 5 years ago committed by GitHub
parent 9cf859f8ff
commit c93c5b3061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -637,7 +637,7 @@ int main(int argc, char * argv[]) {
#endif #endif
fclose(uptime_file); fclose(uptime_file);
printf("\n++++ Loop time: %5.3f sec +++++\n", (millis() - loopTime)/1000.0); printf("\n\n++++ Loop time: %5.3f sec +++++\n", (millis() - loopTime)/1000.0);
loopTime = millis(); loopTime = millis();
if (sim_mode) { // simulated telemetry if (sim_mode) { // simulated telemetry

Loading…
Cancel
Save

Powered by TurnKey Linux.