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
Diff: clk/clkgov.h
- Revision:
- 57:4daf2e423b27
- Parent:
- 54:a3c018ceca77
- Child:
- 60:7e3185a6ffa6
diff -r 3e4fe2d3db4e -r 4daf2e423b27 clk/clkgov.h --- a/clk/clkgov.h Thu Feb 21 15:45:43 2019 +0000 +++ b/clk/clkgov.h Thu Feb 21 21:08:03 2019 +0000 @@ -1,7 +1,8 @@ -#include <time.h> #include <stdint.h> #include <stdbool.h> +#include "time64.h" + extern bool ClkGovTrace; extern int32_t ClkGovGetSlew(void); extern void ClkGovSetSlew(int32_t value); @@ -25,7 +26,7 @@ extern int ClkGovIsSynced(void); extern void ClkGovSyncPpsI(void); -extern void ClkGovSyncPpsN(time_t t); +extern void ClkGovSyncPpsN(time64 t); extern void ClkGovSyncPpsZ(void); extern void ClkGovSyncTime(int64_t time); \ No newline at end of file