From 41ffe6d2ebcbe8664864fdffca217d75b46c9e5e Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 17 Apr 2018 22:32:39 +0100 Subject: [PATCH] Fix Nucleo compiler issues. --- DMRTX.cpp | 0 DMRTX.h | 0 RSSIRB.cpp | 2 -- SampleRB.cpp | 2 -- SerialRB.cpp | 1 - 5 files changed, 5 deletions(-) mode change 100755 => 100644 DMRTX.cpp mode change 100755 => 100644 DMRTX.h diff --git a/DMRTX.cpp b/DMRTX.cpp old mode 100755 new mode 100644 diff --git a/DMRTX.h b/DMRTX.h old mode 100755 new mode 100644 diff --git a/RSSIRB.cpp b/RSSIRB.cpp index 98a519b..7607773 100644 --- a/RSSIRB.cpp +++ b/RSSIRB.cpp @@ -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; } - diff --git a/SampleRB.cpp b/SampleRB.cpp index dd9154f..5fa2ef6 100644 --- a/SampleRB.cpp +++ b/SampleRB.cpp @@ -22,8 +22,6 @@ Boston, MA 02110-1301, USA. CSampleRB::CSampleRB(uint16_t length) : m_length(length), -m_samples(NULL), -m_control(NULL), m_head(0U), m_tail(0U), m_full(false), diff --git a/SerialRB.cpp b/SerialRB.cpp index 5f917d5..f6b1578 100644 --- a/SerialRB.cpp +++ b/SerialRB.cpp @@ -22,7 +22,6 @@ Boston, MA 02110-1301, USA. CSerialRB::CSerialRB(uint16_t length) : m_length(length), -m_buffer(NULL), m_head(0U), m_tail(0U), m_full(false)