mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 22:46:22 +02:00
Fix typo
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user