We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754bd50 commit 814321cCopy full SHA for 814321c
src/libmodbus/modbus.c
@@ -19,6 +19,7 @@
19
#include <unistd.h>
20
#endif
21
#ifdef ARDUINO
22
+#include <Arduino.h>
23
24
#ifndef DEBUG
25
#define printf(...) {}
0 commit comments