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.
Fork of C027_Support by
Revision 140:a23efabfd7be, committed 2018-09-13
- Comitter:
- tlegros
- Date:
- Thu Sep 13 08:49:38 2018 +0000
- Parent:
- 139:fd9fe498f142
- Commit message:
- ajout d?riv?e, r?vision de l'?tat "week"
Changed in this revision
MDM.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MDM.cpp Thu Apr 20 08:44:47 2017 +0000 +++ b/MDM.cpp Thu Sep 13 08:49:38 2018 +0000 @@ -2036,7 +2036,7 @@ } // ---------------------------------------------------------------- -bool MDMParser::setDebug(int level) +/*bool MDMParser::setDebug(int level) { #ifdef MDM_DEBUG _debugLevel = (level < -1) ? -1 : @@ -2044,7 +2044,7 @@ level; #endif return _debugLevel == level; -} +}*/ void MDMParser::dumpDevStatus(MDMParser::DevStatus* status, _DPRINT dprint, void* param)