mirror of https://github.com/g4klx/MMDVM.git
Fix typo
This commit is contained in:
parent
9470b1d6d3
commit
e330c9f52a
|
@ -1287,7 +1287,7 @@ void CSerialPort::writeFMStatus(uint8_t status)
|
|||
reply[2U] = MMDVM_FM_STATUS;
|
||||
reply[3U] = status;
|
||||
|
||||
writeInt(1U, reply, 4Us);
|
||||
writeInt(1U, reply, 4U);
|
||||
}
|
||||
|
||||
void CSerialPort::writeFMEOT()
|
||||
|
|
Loading…
Reference in New Issue