software:firmware
MakAir Firmware
debug.h File Reference

Debug helpers. More...

Go to the source code of this file.

Macros

#define DBG_DO(statement)
 Expand arbitrary code only when in debug mode. More...
 

Detailed Description

Debug helpers.

Author
Makers For Life

Definition in file debug.h.

Macro Definition Documentation

◆ DBG_DO

#define DBG_DO (   statement)

Expand arbitrary code only when in debug mode.

Parameters
statementA statement or a block of statements

Definition at line 24 of file debug.h.