removed printf

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

@ -641,10 +641,10 @@ int main(int argc, char * argv[]) {
fscanf(uptime_file, "%f", & uptime_sec);
uptime = (int) (uptime_sec + 0.5);
printf("Uptime sec: %f \n", uptime_sec);
#ifdef DEBUG_LOGGING
// printf("Uptime sec: %f \n", uptime_sec);
// #ifdef DEBUG_LOGGING
printf("INFO: Reset Count: %d Uptime since Reset: %ld \n", reset_count, uptime);
#endif
// #endif
fclose(uptime_file);
printf("++++ Loop time: %5.3f sec +++++\n", (millis() - loopTime)/1000.0);

Loading…
Cancel
Save

Powered by TurnKey Linux.