We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f92c78 + 34fb235 commit 66ed5d0Copy full SHA for 66ed5d0
src/util/debug.h
@@ -27,12 +27,13 @@
27
#ifndef _INFLUXDB_CLIENT_DEBUG_H
28
#define _INFLUXDB_CLIENT_DEBUG_H
29
30
-#include <arduino.h>
+// captilised the A of Arduino - kdriver
31
+#include <Arduino.h>
32
33
#ifdef INFLUXDB_CLIENT_DEBUG
34
# define INFLUXDB_CLIENT_DEBUG(fmt, ...) Serial.printf_P( (PGM_P)PSTR(fmt), ## __VA_ARGS__ )
35
#else
36
# define INFLUXDB_CLIENT_DEBUG(fmt, ...)
37
#endif //INFLUXDB_CLIENT_DEBUG
38
-#endif //# _INFLUXDB_CLIENT_DEBUG_H
39
+#endif //# _INFLUXDB_CLIENT_DEBUG_H
0 commit comments