Skip to content

Commit

Permalink
HD44780 RSSI: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g0wfv committed Jan 7, 2017
1 parent e8010a4 commit 08970c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HD44780.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 08970c9

Please sign in to comment.