Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
ntpclient.c
00001 #include <stdbool.h> 00002 00003 #include "ntpclient.h" 00004 #include "clkgov.h" 00005 00006 bool NtpClientTrace = false; 00007 00008 uint64_t NtpClientQueryTime = 0; 00009 00010 void NtpClientTimeUpdateSuccessful() 00011 { 00012 NtpClientQueryStartInterval(NTP_QUERY_INTERVAL_NORMAL); 00013 ClkGovIsReceivingTime = true; 00014 } 00015 00016 void NtpClientInit() 00017 { 00018 NtpClientQueryStartInterval(NTP_QUERY_INTERVAL_INITIAL); 00019 ClkGovIsReceivingTime = false; 00020 }
Generated on Tue Jul 12 2022 18:53:40 by
1.7.2