Skip to content

Commit

Permalink
fixed typo in debug PRINTF definition
Browse files Browse the repository at this point in the history
  • Loading branch information
morphal committed Oct 25, 2016
1 parent d690dca commit 8306ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mqtt/mqtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/*---------------------------------------------------------------------------*/
#define DEBUG 0
#if DEBUG
#define PRINTF(...) PRINTF(__VA_ARGS__)
#define PRINTF(...) printf(__VA_ARGS__)
#else
#define PRINTF(...)
#endif
Expand Down

0 comments on commit 8306ade

Please sign in to comment.