spigotx / Moodlite

Moodlite
GNU General Public License v3.0
109 stars 17 forks source link

NTP Server #12

Open Dennisch1337 opened 5 years ago

Dennisch1337 commented 5 years ago

When enabling NTP option, i got the following error:

exit status 1 invalid conversion from 'void (*)(void*)' to 'void (*)()' [-fpermissive]

Code: // --- Initialize Timer --- // Check NTP Server - Update actual time trNtpCheckServer.every(TR3H, ntpCheckServer, (void*)0);

Timer library is included.