This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Alexander Chemeris gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/2127
radioBuffer: Remove extra ; at the end of inline function definitions.
Change-Id: I8911adf0a0bb1ae828ac9cdf1a76c904639f6c06
---
M Transceiver52M/radioBuffer.h
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/27/2127/1
diff --git a/Transceiver52M/radioBuffer.h b/Transceiver52M/radioBuffer.h
index afb6e63..e5aa315 100644
--- a/Transceiver52M/radioBuffer.h
+++ b/Transceiver52M/radioBuffer.h
@@ -9,10 +9,10 @@
~RadioBuffer();
- const size_t getSegmentLen() { return segmentLen; };
- const size_t getNumSegments() { return numSegments; };
- const size_t getAvailSamples() { return availSamples; };
- const size_t getAvailSegments() { return availSamples / segmentLen; };
+ const size_t getSegmentLen() { return segmentLen; }
+ const size_t getNumSegments() { return numSegments; }
+ const size_t getAvailSamples() { return availSamples; }
+ const size_t getAvailSegments() { return availSamples / segmentLen; }
const size_t getFreeSamples()
{
--
To view, visit https://gerrit.osmocom.org/2127
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8911adf0a0bb1ae828ac9cdf1a76c904639f6c06
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Alexander Chemeris <Alexander.Chemeris at gmail.com>