LMSDevice: Typo fix: s/Internal/External

Change-Id: Icacfe6da90a89c7f00d62c580948fb913998eaa7
This commit is contained in:
Harald Welte 2018-04-28 21:41:34 +02:00
parent a438114173
commit a5054b398b
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ int LMSDevice::open(const std::string &args, int ref, bool swap_channels)
goto out_close;
break;
case REF_EXTERNAL:
LOG(DEBUG) << "Setting Internal clock reference to " << 10000000.0;
LOG(DEBUG) << "Setting External clock reference to " << 10000000.0;
/* Assume an external 10 MHz reference clock */
if (LMS_SetClockFreq(m_lms_dev, LMS_CLOCK_EXTREF, 10000000.0) < 0)
goto out_close;