From 08970c9c7f02c9eb5610796c7b5c75ed4eda4669 Mon Sep 17 00:00:00 2001 From: Tony Corbett G0WFV Date: Sat, 7 Jan 2017 11:42:42 +0000 Subject: [PATCH] HD44780 RSSI: fix typo --- HD44780.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HD44780.cpp b/HD44780.cpp index c5c25ce..ec615b4 100644 --- a/HD44780.cpp +++ b/HD44780.cpp @@ -615,7 +615,7 @@ void CHD44780::writeDMRInt(unsigned int slotNo, const std::string& src, bool gro void CHD44780::writeDMRRSSIInt(unsigned int slotNo, unsigned char rssi) { - if (m_cols > 2) { + if (m_rows > 2) { if (slotNo == 1U) { if (m_rssiCount1 == 0U) { ::lcdPosition(m_fd, 0, 3);