aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/radioInterface.h')
-rw-r--r--Transceiver52M/radioInterface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h
index cac20de..6e15a1f 100644
--- a/Transceiver52M/radioInterface.h
+++ b/Transceiver52M/radioInterface.h
@@ -26,6 +26,8 @@
#define INCHUNK (625)
#define OUTCHUNK (625)
+static const unsigned gSlotLen = 148; ///< number of symbols per slot, not counting guard periods
+
/** class to interface the transceiver with the USRP */
class RadioInterface {