From 2e719a17158b6262b6824f568ddf8f96a348836a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Mar 2014 20:59:45 +0100 Subject: update example config with B200 information --- src/OutputUHD.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/OutputUHD.cpp b/src/OutputUHD.cpp index 0e50e33..cc1afd5 100644 --- a/src/OutputUHD.cpp +++ b/src/OutputUHD.cpp @@ -322,6 +322,7 @@ void UHDWorker::process() if (check_refclk_loss) { try { + // TODO: Is this check specific to the B100 and USRP2 ? if (! uwd->myUsrp->get_mboard_sensor("ref_locked", 0).to_bool()) { uwd->logger->log(alert, "OutputUHD: External reference clock lock lost !"); if (uwd->refclk_lock_loss_behaviour == CRASH) { -- cgit v1.2.3