Fix Nucleo compiler issues.

This commit is contained in:
Jonathan Naylor 2018-04-17 22:32:39 +01:00
parent 41946ff0aa
commit 41ffe6d2eb
5 changed files with 0 additions and 5 deletions

0
DMRTX.cpp Executable file → Normal file
View File

0
DMRTX.h Executable file → Normal file
View File

View File

@ -22,7 +22,6 @@ Boston, MA 02110-1301, USA.
CRSSIRB::CRSSIRB(uint16_t length) : CRSSIRB::CRSSIRB(uint16_t length) :
m_length(length), m_length(length),
m_rssi(NULL),
m_head(0U), m_head(0U),
m_tail(0U), m_tail(0U),
m_full(false), m_full(false),
@ -101,4 +100,3 @@ bool CRSSIRB::hasOverflowed()
return overflow; return overflow;
} }

View File

@ -22,8 +22,6 @@ Boston, MA 02110-1301, USA.
CSampleRB::CSampleRB(uint16_t length) : CSampleRB::CSampleRB(uint16_t length) :
m_length(length), m_length(length),
m_samples(NULL),
m_control(NULL),
m_head(0U), m_head(0U),
m_tail(0U), m_tail(0U),
m_full(false), m_full(false),

View File

@ -22,7 +22,6 @@ Boston, MA 02110-1301, USA.
CSerialRB::CSerialRB(uint16_t length) : CSerialRB::CSerialRB(uint16_t length) :
m_length(length), m_length(length),
m_buffer(NULL),
m_head(0U), m_head(0U),
m_tail(0U), m_tail(0U),
m_full(false) m_full(false)