Skip to content

Commit

Permalink
printf uptime_sec
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Jun 22, 2021
1 parent 0479e2f commit fbb7a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afsk/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ int main(int argc, char * argv[]) {
fscanf(uptime_file, "%f", & uptime_sec);

uptime = (int) (uptime_sec + 0.5);
printf("Uptime sec: %f \n");
printf("Uptime sec: %f \n", uptime_sec);
#ifdef DEBUG_LOGGING
printf("INFO: Reset Count: %d Uptime since Reset: %ld \n", reset_count, uptime);
#endif
Expand Down

0 comments on commit fbb7a29

Please sign in to comment.