software:firmware
MakAir Firmware
debug.h
Go to the documentation of this file.
1
8
#pragma once
9
10
// INCLUDES ===================================================================
11
12
#include "../includes/config.h"
13
14
// FUNCTIONS ==================================================================
15
21
#if DEBUG == 1
22
#define DBG_DO(statement) statement
23
#else
24
#define DBG_DO(statement)
25
#endif
includes
debug.h
Generated by
1.9.1