Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Files at this revision

API Documentation at this revision

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)
 {