Skip to content

Commit 428ee17

Browse files
committed
Revert "Fix compilation for STM32 core"
This reverts commit 609eba3.
1 parent 814321c commit 428ee17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libmodbus/modbus.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
#define ENOTSUP 134
5252
#endif
5353

54-
/* workaround for stm32duino delay and delayMicroseconds */
55-
#ifdef ARDUINO_ARCH_STM32
56-
#include <wiring_time.h>
57-
#endif
58-
5954
#include "modbus.h"
6055
#include "modbus-private.h"
6156

0 commit comments

Comments
 (0)