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