Further changes to HD44780 support on the Pi.

This commit is contained in:
Jonathan Naylor
2016-03-15 07:12:52 +00:00
parent 070bf2bff4
commit c698cfb887
5 changed files with 79 additions and 32 deletions

View File

@@ -427,7 +427,7 @@ bool CDMRIPSC::writeAuthorisation()
bool CDMRIPSC::writeConfig()
{
char* software = "MMDVM";
const char* software = "MMDVM";
char slots = '0';
if (m_duplex) {
if (m_slot1 && m_slot2)