mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
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 New Issue
Block a user