From e330c9f52acc9196e00d2d754b5fe7e4ee89d52c Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Fri, 15 May 2020 21:05:57 +0200 Subject: [PATCH] Fix typo --- SerialPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index a320ed1..6518ebf 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -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()