aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/e100/e100_ctrl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/e100/e100_ctrl.cpp b/host/lib/usrp/e100/e100_ctrl.cpp
index 3b59a93e1..c164a6fb0 100644
--- a/host/lib/usrp/e100/e100_ctrl.cpp
+++ b/host/lib/usrp/e100/e100_ctrl.cpp
@@ -232,8 +232,6 @@ public:
//got a character -> process it
if (ret == 1){
- if (ch == '\r') continue;
- if (ch == '\n' and _line.empty()) continue;
_line += ch;
if (ch == '\n')
{