uldara1 / Modbus

This library using for generate and communication with Modbus RTU protocol
Other
2 stars 1 forks source link

Compilation error: reference to 'byte' is ambiguous #7

Open matiasbarone opened 11 months ago

matiasbarone commented 11 months ago

I get that error when compiling.

I've solved it changing byte for uint8_t in Modbus.cpp and Modbus.h

I've not tested yet.