CC1200: disable debug by default
This commit is contained in:
parent
a09fb40bf7
commit
e18660367b
@ -60,7 +60,7 @@ static rtimer_clock_t sfd_timestamp = 0;
|
||||
* - 2: Print errors + warnings (recoverable errors)
|
||||
* - 3: Print errors + warnings + information (what's going on...)
|
||||
*/
|
||||
#define DEBUG_LEVEL 2
|
||||
#define DEBUG_LEVEL 0
|
||||
/*
|
||||
* RF test mode. Blocks inside "configure()".
|
||||
* - Set this parameter to 1 in order to produce an modulated carrier (PN9)
|
||||
|
Loading…
Reference in New Issue
Block a user