Turn off radio DEBUGFLOW printing

This commit is contained in:
dak664 2010-06-18 15:45:55 +00:00
parent cb45883970
commit e51f03eeb1

View File

@ -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;