Turned off serial debug

This commit is contained in:
maniacbug 2011-05-10 19:34:22 -07:00
parent a647a0f091
commit 0d20f831d0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include "RF24.h"
#include "nRF24L01.h"
#define SERIAL_DEBUG
#undef SERIAL_DEBUG
#ifdef SERIAL_DEBUG
#define IF_SERIAL_DEBUG(x) (x)
#else