mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 22:46:22 +02:00
Fix Nucleo compiler issues.
This commit is contained in:
@@ -22,7 +22,6 @@ Boston, MA 02110-1301, USA.
|
||||
|
||||
CRSSIRB::CRSSIRB(uint16_t length) :
|
||||
m_length(length),
|
||||
m_rssi(NULL),
|
||||
m_head(0U),
|
||||
m_tail(0U),
|
||||
m_full(false),
|
||||
@@ -101,4 +100,3 @@ bool CRSSIRB::hasOverflowed()
|
||||
|
||||
return overflow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user