Add comment on serial port object
This commit is contained in:
parent
2e731f59a0
commit
aa6d51b3da
@ -39,10 +39,7 @@ Arduino library for communicating with Modbus slaves over RS232/485 (via RTU pro
|
|||||||
#elif defined(ARDUINO_ARCH_SAM)
|
#elif defined(ARDUINO_ARCH_SAM)
|
||||||
UARTClass* MBSerial = &Serial; ///< Pointer to Serial class object
|
UARTClass* MBSerial = &Serial; ///< Pointer to Serial class object
|
||||||
#else
|
#else
|
||||||
<<<<<<< HEAD
|
|
||||||
//In the case of undefined Serial the code should still function
|
//In the case of undefined Serial the code should still function
|
||||||
=======
|
|
||||||
>>>>>>> bada194ebe7490c25ca7589366224d4ae0f80eab
|
|
||||||
// #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."
|
// #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
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user