Own fork of MbedSmartRestMain
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: main.cpp
- Revision:
- 120:d4d44550e087
- Parent:
- 119:f85151fa1a8a
- Child:
- 127:fc63f2b5abe2
diff -r f85151fa1a8a -r d4d44550e087 main.cpp --- a/main.cpp Wed May 20 10:19:52 2015 +0000 +++ b/main.cpp Wed May 20 13:17:19 2015 +0000 @@ -44,9 +44,9 @@ static void disableDebug() { - setLevel(A_NONE); + setLevel(A_WARNING); if (pMdm) - pMdm->setDebug(-1); + pMdm->setDebug(0); } static void shutdown()