Some cleaning

This commit is contained in:
jaakkoiot
2022-10-18 02:21:50 +03:00
parent 443290a9ff
commit 92fd637a26
3 changed files with 6 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ Arduino library for communicating with Modbus slaves over RS232/485 (via RTU pro
#elif defined(ARDUINO_ARCH_SAM)
UARTClass* MBSerial = &Serial; ///< Pointer to Serial class object
#else
//In the case of undefined Serial the code should still function
// #error "This library only supports boards with an AVR or SAM processor. Please open an issue at https://github.com/4-20ma/ModbusMaster/issues and indicate which processor/platform you're using."
#endif