Commit 9bf9c52c authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5527 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent aca1d6e3
...@@ -1672,7 +1672,6 @@ static void get_options (int argc, char **argv) { ...@@ -1672,7 +1672,6 @@ static void get_options (int argc, char **argv) {
break; break;
} }
case 's': case 's':
{
#ifdef USRP #ifdef USRP
int clock_src = atoi(optarg); int clock_src = atoi(optarg);
if (clock_src == 0) { if (clock_src == 0) {
...@@ -1683,7 +1682,6 @@ static void get_options (int argc, char **argv) { ...@@ -1683,7 +1682,6 @@ static void get_options (int argc, char **argv) {
char ref[128] = "external"; char ref[128] = "external";
//strncpy(uhd_ref, ref, strlen(ref)+1); //strncpy(uhd_ref, ref, strlen(ref)+1);
} }
}
#else #else
printf("Note: -s not defined for ExpressMIMO2\n"); printf("Note: -s not defined for ExpressMIMO2\n");
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment