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
Revision 56:3e4fe2d3db4e, committed 2019-02-21
- Comitter:
- andrewboyson
- Date:
- Thu Feb 21 15:45:43 2019 +0000
- Parent:
- 55:e18983651004
- Child:
- 57:4daf2e423b27
- Commit message:
- Tidied formatting
Changed in this revision
| clk/clk.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/clk/clk.h Thu Feb 21 15:42:49 2019 +0000 +++ b/clk/clk.h Thu Feb 21 15:45:43 2019 +0000 @@ -2,8 +2,8 @@ #include <stdint.h> #include <time.h> -extern int64_t ClkRefTai (void); -extern int64_t ClkNowTai (void); +extern int64_t ClkRefTai (void); +extern int64_t ClkNowTai (void); extern void ClkNowTmLocal(struct tm* ptm); extern void ClkNowTmUtc (struct tm* ptm);