Turn off radio DEBUGFLOW printing
This commit is contained in:
parent
cb45883970
commit
e51f03eeb1
|
@ -333,7 +333,7 @@ main(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Use with RF230BB DEBUGFLOW to show path through driver
|
//Use with RF230BB DEBUGFLOW to show path through driver
|
||||||
#if RF230BB&&1
|
#if RF230BB&&0
|
||||||
extern uint8_t debugflowsize,debugflow[];
|
extern uint8_t debugflowsize,debugflow[];
|
||||||
if (debugflowsize) {
|
if (debugflowsize) {
|
||||||
debugflow[debugflowsize]=0;
|
debugflow[debugflowsize]=0;
|
||||||
|
|
Loading…
Reference in a new issue