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: CalibrateMagneto QuaternionMath
Fork of SML2 by
Revision 23:48c6a08b5d49, committed 2015-04-10
- Comitter:
- pvaibhav
- Date:
- Fri Apr 10 15:28:31 2015 +0000
- Parent:
- 22:aceb1538418c
- Child:
- 24:23eae343c631
- Commit message:
- Turn off debug messages
Changed in this revision
| Logger.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Logger.h Fri Apr 10 13:04:21 2015 +0000 +++ b/Logger.h Fri Apr 10 15:28:31 2015 +0000 @@ -1,7 +1,7 @@ #ifndef _H_LOGGER_H #define _H_LOGGER_H -#define DEBUG_OUTPUT +#define xDEBUG_OUTPUT #include <cstdio> #if defined(DEBUG) && defined(DEBUG_OUTPUT)
