Skip to content

Commit

Permalink
Turn off serial debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Mar 26, 2012
1 parent c25b5bd commit 4088dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extern HardwareSPI SPI;
#define _BV(x) (1<<(x))
#endif

#define SERIAL_DEBUG
#undef SERIAL_DEBUG
#ifdef SERIAL_DEBUG
#define IF_SERIAL_DEBUG(x) ({x;})
#else
Expand Down

0 comments on commit 4088dd4

Please sign in to comment.