configurable MAIN_DEBUG and TMR_DEBUG
This commit is contained in:
parent
4666232470
commit
852a3c6084
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
- Look at howto optimise main loop
|
||||
*/
|
||||
|
||||
#ifndef RELEASE
|
||||
#if !defined (RELEASE) && !defined (MAIN_DEBUG)
|
||||
#define MAIN_DEBUG 1 /**< Enable main loop debugging */
|
||||
#endif
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <re_dbg.h>
|
||||
|
||||
|
||||
#ifndef RELEASE
|
||||
#if !defined (RELEASE) && !defined (TMR_DEBUG)
|
||||
#define TMR_DEBUG 1 /**< Timer debugging (0 or 1) */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue