Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
Namespaces | Macros
debug.h File Reference
#include <stdint.h>
#include "config/config.h"
Include dependency graph for debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 debug
 Debugging macros and tools.
 

Macros

#define PSTR(x)   x
 Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer. More...
 
#define dbg_logic(x)   /* */
 
#define dbg_logic_P(x)   /* */
 
#define dbg_logic_fP(fmt, ...)   /* */
 
#define dbg_modules(x)   /* */
 
#define dbg_modules_P(x)   /* */
 
#define dbg_modules_fP(fmt, ...)   /* */
 
#define dbg_hal(x)   /* */
 
#define dbg_hal_P(x)   /* */
 
#define dbg_hal_fP(fmt, ...)   /* */
 

Macro Definition Documentation

◆ PSTR

#define PSTR (   x)    x

Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer.

Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer Enable DEBUG_HAL to compile debugging and error messages (beware of code base size ;) ) for the logic layer