error in seriapipe
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 |
diff -r fd9fe498f142 -r a23efabfd7be MDM.cpp --- 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)