remove unused macro

This commit is contained in:
Henry Gabryjelski 2022-01-25 02:06:47 -08:00
parent bf41b579cb
commit cac546e328

View file

@ -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
//--------------------------------------------------------------------+