Andrew Boyson / log

Dependents:   oldheating gps motorhome heating

Files at this revision

API Documentation at this revision

Comitter:
andrewboyson
Date:
Sat Dec 16 14:41:46 2017 +0000
Parent:
10:cf815db8ed57
Child:
12:19c2d4943124
Commit message:
Included stdarg.h for use when called without mbed.h

Changed in this revision

log.h Show annotated file Show diff for this revision Revisions of this file
--- a/log.h	Thu Oct 26 07:17:43 2017 +0000
+++ b/log.h	Sat Dec 16 14:41:46 2017 +0000
@@ -1,3 +1,5 @@
+#include <stdarg.h>
+
 extern int  LogInit();
 extern bool LogUart;