remove unused macro
This commit is contained in:
parent
bf41b579cb
commit
cac546e328
1 changed files with 0 additions and 6 deletions
|
|
@ -33,12 +33,6 @@
|
|||
#include "board_api.h"
|
||||
#include "uf2.h"
|
||||
|
||||
// use as: GF_DEBUG_PRINT("foo %d", x);
|
||||
#if defined(DEBUG)
|
||||
#define GF_DEBUG_PRINT(x) do { printf(x); fflush(stdout); } while (0)
|
||||
#else
|
||||
#define GF_DEBUG_PRINT(x)
|
||||
#endif
|
||||
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
|
|
|
|||
Loading…
Reference in a new issue