From c8739b8b71cc5f4e405a21b788bee31086e21478 Mon Sep 17 00:00:00 2001 From: "kurtis.heimerl" Date: Wed, 2 Nov 2011 00:06:34 +0000 Subject: Reverting r2342 git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2424 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- Transceiver52M/USRPDevice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Transceiver52M/USRPDevice.h') diff --git a/Transceiver52M/USRPDevice.h b/Transceiver52M/USRPDevice.h index 0fa4180..19aa043 100644 --- a/Transceiver52M/USRPDevice.h +++ b/Transceiver52M/USRPDevice.h @@ -215,10 +215,10 @@ private: bool setRxFreq(double wFreq); /** Returns the starting write Timestamp*/ - TIMESTAMP initialWriteTimestamp(void) { return 40000;} + TIMESTAMP initialWriteTimestamp(void) { return 20000;} /** Returns the starting read Timestamp*/ - TIMESTAMP initialReadTimestamp(void) { return 40000;} + TIMESTAMP initialReadTimestamp(void) { return 20000;} /** returns the full-scale transmit amplitude **/ double fullScaleInputValue() {return 13500.0;} -- cgit v1.2.3