Turned off serial debug

This commit is contained in:
maniacbug 2011-05-10 19:34:22 -07:00
parent a647a0f091
commit 0d20f831d0

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