Log

Dependents:   oldheating gps motorhome heating

Revision:
6:b98aa0ec75a1
Parent:
3:7806ff3f1a2d
Child:
7:417a6a65e942
--- a/log.h	Tue May 09 15:22:21 2017 +0000
+++ b/log.h	Thu Jun 29 19:41:08 2017 +0000
@@ -1,4 +1,4 @@
-extern int  LogInit(void);
+extern int  LogInit();
 extern void LogV(char *fmt, va_list argptr);
 extern void LogF(char *fmt, ...);
 extern void LogCrLf(char *);