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
-2
View File
@@ -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;
}