|
@@ -257,6 +257,10 @@ int main(void)
|
|
|
NtpInit();
|
|
NtpInit();
|
|
|
|
|
|
|
|
NutThreadCreate("BackgroundThread", StartupInit, NULL, 512);
|
|
NutThreadCreate("BackgroundThread", StartupInit, NULL, 512);
|
|
|
|
|
+
|
|
|
|
|
+ /** Quick fix for turning off the display after 10 seconds boot */
|
|
|
|
|
+ start = time(0);
|
|
|
|
|
+ running = 1;
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
* Kroeske: sources in rtc.c en rtc.h
|
|
* Kroeske: sources in rtc.c en rtc.h
|
|
@@ -306,4 +310,4 @@ int main(void)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return(0); // never reached, but 'main()' returns a non-void, so.....
|
|
return(0); // never reached, but 'main()' returns a non-void, so.....
|
|
|
-}
|
|
|
|
|
|
|
+}
|