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.
Revision 5:3df13e2e928e, committed 2011-12-22
- Comitter:
- yamaguch
- Date:
- Thu Dec 22 02:08:01 2011 +0000
- Parent:
- 4:ed5993d82ceb
- Commit message:
- added #include \"Utils.h\"
Changed in this revision
| Location.h | Show annotated file Show diff for this revision Revisions of this file |
| NTPClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Location.h Thu Dec 22 02:04:58 2011 +0000 +++ b/Location.h Thu Dec 22 02:08:01 2011 +0000 @@ -23,6 +23,8 @@ #ifndef LOCATION_H #define LOCATION_H +#include "Utils.h" + /** * Location info object */
--- a/NTPClient.h Thu Dec 22 02:04:58 2011 +0000 +++ b/NTPClient.h Thu Dec 22 02:08:01 2011 +0000 @@ -21,6 +21,7 @@ */ #include "SimpleSocket.h" +#include "Utils.h" /** * NTP Client interface to adjust RTC