Fix UHD compilation

This commit is contained in:
Xavier Arteaga 2021-03-16 18:20:32 +01:00 committed by Xavier Arteaga
parent a8b5b8efa1
commit 5f954ab379
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ public:
}
uhd_error set_sync_source(const std::string& source) override
{
Debug("Setting PPS source to '" << source << "'")
Debug("Setting PPS source to '" << source << "'");
#if UHD_VERSION < 3140099
UHD_SAFE_C_SAVE_ERROR(this, usrp->set_clock_source(source); usrp->set_time_source(source);)
#else