Skip to content
Snippets Groups Projects
Commit a19acefa authored by Adriaan Renting's avatar Adriaan Renting
Browse files

Task #8892: fixed a small regression in the code where old defines were added...

Task #8892: fixed a small regression in the code where old defines were added back in due to a fix that was made on the svn server
parent 4b763c6a
No related branches found
No related tags found
No related merge requests found
...@@ -52,20 +52,12 @@ ...@@ -52,20 +52,12 @@
#define MINIMUM_CORRELATOR_INTEGRATION_TIME 0.1 // minimum correlator integration time in seconds (typically minimum is 0.1 sec) #define MINIMUM_CORRELATOR_INTEGRATION_TIME 0.1 // minimum correlator integration time in seconds (typically minimum is 0.1 sec)
#define CLOCK160_CHANNELWIDTH 610.3515625
#define STR_CLOCK160_CHANNELWIDTH "610.3515625"
#define CLOCK160_SAMPLESPERSECOND 155648 #define CLOCK160_SAMPLESPERSECOND 155648
#define STR_CLOCK160_SAMPLESPERSECOND "155648" #define STR_CLOCK160_SAMPLESPERSECOND "155648"
#define CLOCK160_SUBBANDWIDTH 156.250
#define STR_CLOCK160_SUBBANDWIDTH "156.250"
#define CLOCK160_SAMPLECLOCK 160 #define CLOCK160_SAMPLECLOCK 160
#define STR_CLOCK160_SAMPLECLOCK "160" #define STR_CLOCK160_SAMPLECLOCK "160"
#define CLOCK200_CHANNELWIDTH 762.939453125
#define STR_CLOCK200_CHANNELWIDTH "762.939453125"
#define CLOCK200_SAMPLESPERSECOND 196608 #define CLOCK200_SAMPLESPERSECOND 196608
#define STR_CLOCK200_SAMPLESPERSECOND "196608" #define STR_CLOCK200_SAMPLESPERSECOND "196608"
#define CLOCK200_SUBBANDWIDTH 195.3125
#define STR_CLOCK200_SUBBANDWIDTH "195.3125"
#define CLOCK200_SAMPLECLOCK 200 #define CLOCK200_SAMPLECLOCK 200
#define STR_CLOCK200_SAMPLECLOCK "200" #define STR_CLOCK200_SAMPLECLOCK "200"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment