Skip to content

Commit 629884d

Browse files
committed
Remove useless Arduino.h include
1 parent 1e1c231 commit 629884d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/libmodbus/modbus.c

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

2423
#ifndef DEBUG
2524
#define printf(...) {}

0 commit comments

Comments
 (0)