Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot mbed-rtos mbed-src
Fork of mDot_test_rx by
Diff: main.cpp
- Revision:
- 1:8295b8c0d802
- Parent:
- 0:e17e5a07892d
- Child:
- 2:aadbdfb6d517
--- a/main.cpp Fri Jun 26 17:39:51 2015 +0000
+++ b/main.cpp Fri Jun 26 19:40:51 2015 +0000
@@ -37,6 +37,8 @@
dot = mDot::getInstance();
dot->resetConfig();
+
+ dot->setLogLevel(MTSLog::TRACE_LEVEL);
while ((ret = dot->setFrequencySubBand(config_frequency_sub_band)) != mDot::MDOT_OK) {
logError("failed to set frequency sub band: [%d][%s]", ret, mDot::getReturnCodeString(ret).c_str());
