Update main.c

pull/73/head
alanbjohnston 5 years ago committed by GitHub
parent 20f8ad4ab6
commit cfd56bb49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1032,7 +1032,7 @@ if (firstTime != ON)
double time = (millis() - time_start)/1000.0; double time = (millis() - time_start)/1000.0;
printf("Eclipse time left: %d \n", period - time + eclipse_time; printf("Eclipse time left: %d \n", period - time + eclipse_time);
if ((time - eclipse_time) > period) if ((time - eclipse_time) > period)
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.