Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor
2023-12-06 17:36:56 +00:00
4 changed files with 13 additions and 6 deletions

View File

@@ -40,6 +40,8 @@ m_lsf(NULL),
m_valid(false)
{
m_lsf = new unsigned char[M17_LSF_LENGTH_BYTES];
::memset(m_lsf, 0x00U, M17_LSF_LENGTH_BYTES);
}
CM17LSF::~CM17LSF()