From d734e2d63485b260235c7694622f671b78dbbe6d Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Sun, 16 Jun 2013 14:30:58 +0400 Subject: Fix build of the Transceiver. --- Transceiver52M/radioInterface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Transceiver52M/radioInterface.h') 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 { -- cgit v1.2.3