angeloc/simplemodbusng

Typo in SimpleModbusSlaveSoftwareSerial.cpp

TomOdulate opened this issue · 1 comments

Hello angeloc,

Just wanted to thank you for your efforts, I was looking at your example code this afternoon, when i noticed a typo in the header declaration of your example file "SimpleModbusSlaveSoftwareSerial.cpp"

The second line should read

SimpleModbusSlaveSoftwareSerial.h

currently it reads as

include "SimpleModbusSlaveSs.h"

Best regards!

Tom

Fixed! Thank you!