bertmelis / esp32ModbusRTU

modbus RTU client for ESP32
MIT License
70 stars 44 forks source link

Token implementation /2 #37

Closed Miq1 closed 4 years ago

Miq1 commented 4 years ago

cpplint is driving me mad... Next attempt to have it satisfied. "Blanks at the end of lines" - man, how picky can you be?

Miq1 commented 4 years ago

My fault indeed this time: uint32_T instead of uint32_t.