mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
Update IO_CMRI.h
Remove compiler warnings on STM32 compiler.
This commit is contained in:
parent
757b212c81
commit
71c0c6f8a6
|
@ -291,9 +291,9 @@ protected:
|
|||
_serial->write(node->getAddress() + 65);
|
||||
_serial->write('I'); // I for initialise message
|
||||
_serial->write(node->getType()); // NDP
|
||||
_serial->write(0); // dH
|
||||
_serial->write(0); // dL
|
||||
_serial->write(0); // NS
|
||||
_serial->write((uint8_t)0); // dH
|
||||
_serial->write((uint8_t)0); // dL
|
||||
_serial->write((uint8_t)0); // NS
|
||||
_serial->write(ETX);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user