Skip to content

Commit 814321c

Browse files
committed
Revert "Remove useless Arduino.h include"
This reverts commit 629884d.
1 parent 754bd50 commit 814321c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libmodbus/modbus.c

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <unistd.h>
2020
#endif
2121
#ifdef ARDUINO
22+
#include <Arduino.h>
2223

2324
#ifndef DEBUG
2425
#define printf(...) {}

0 commit comments

Comments
 (0)