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 101:07234e772d31, committed 2019-04-26
- Comitter:
- andrewboyson
- Date:
- Fri Apr 26 10:22:55 2019 +0000
- Parent:
- 100:4a79e85d49ef
- Child:
- 102:ce6770cb3488
- Commit message:
- Removed unnecessary reference to 1-wire library's DS18B20.h module.
Changed in this revision
| page/page.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/page/page.c Fri Apr 26 10:17:30 2019 +0000
+++ b/page/page.c Fri Apr 26 10:22:55 2019 +0000
@@ -6,7 +6,6 @@
#include "mac.h"
#include "ip4addr.h"
#include "ip6addr.h"
-#include "ds18b20.h"
void PageAddHeader(const char* site, const char* title, const char* style, const char* script)
{