This commit is contained in:
Geoffrey Merck 2020-05-15 21:05:57 +02:00
parent 9470b1d6d3
commit e330c9f52a
1 changed files with 1 additions and 1 deletions

View File

@ -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()