Skip to content

Commit 4cd74c2

Browse files
authored
Merge pull request #58 from arduino-libraries/fix_mbed_build
Remove useless Arduino.h include
2 parents 1e1c231 + 629884d commit 4cd74c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libmodbus/modbus.c

Lines changed: 0 additions & 1 deletion
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)