Skip to content

Commit b709f93

Browse files
committed
Update RS485 lib include header
1 parent eeb5afc commit b709f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmodbus/modbus-rtu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <assert.h>
1717

1818
#ifdef ARDUINO
19-
#include <RS485.h>
19+
#include <ArduinoRS485.h>
2020

2121
#ifndef DEBUG
2222
#define printf(...) {}

0 commit comments

Comments
 (0)