We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41428b commit 5f091cdCopy full SHA for 5f091cd
src/libmodbus/modbus.c
@@ -19,6 +19,7 @@
19
#include <unistd.h>
20
#endif
21
#ifdef ARDUINO
22
+#include <stdbool.h>
23
#include <Arduino.h>
24
25
#ifndef DEBUG
0 commit comments