From 8401e84d68f2061bc651d4c89a40c31009909889 Mon Sep 17 00:00:00 2001 From: michael-west Date: Mon, 15 Aug 2016 15:08:25 -0700 Subject: E100: Simplify GPSDO UART so it does not strip characters. --- host/lib/usrp/e100/e100_ctrl.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'host/lib/usrp') 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') { -- cgit v1.2.3