Turned off serial debug
This commit is contained in:
parent
a647a0f091
commit
0d20f831d0
1 changed files with 1 additions and 1 deletions
2
RF24.cpp
2
RF24.cpp
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue