Changed type of callsign variable for HD44780

This commit is contained in:
phl0
2016-04-21 12:03:55 +02:00
parent 0cd1225d66
commit f6c7ee79c6
3 changed files with 6 additions and 6 deletions

View File

@@ -602,7 +602,7 @@ void CMMDVMHost::createDisplay()
LogInfo(" Columns: %u", columns);
LogInfo(" Pins: %u,%u,%u,%u,%u,%u", pins.at(0U), pins.at(1U), pins.at(2U), pins.at(3U), pins.at(4U), pins.at(5U));
m_display = new CHD44780(rows, columns, callsign.c_str(), dmrid, pins);
m_display = new CHD44780(rows, columns, callsign, dmrid, pins);
}
#endif
} else {