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
Revision 1:8295b8c0d802, committed 2015-06-26
- Comitter:
- mfiore
- Date:
- Fri Jun 26 19:40:51 2015 +0000
- Parent:
- 0:e17e5a07892d
- Child:
- 2:aadbdfb6d517
- Commit message:
- make sure log level is set
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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());