diff options
-rw-r--r-- | common/VIL/pipeline_txrx/pipeline_txrx_be.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/VIL/pipeline_txrx/pipeline_txrx_be.c b/common/VIL/pipeline_txrx/pipeline_txrx_be.c index 0f9ec3d7..2fcb4ad3 100644 --- a/common/VIL/pipeline_txrx/pipeline_txrx_be.c +++ b/common/VIL/pipeline_txrx/pipeline_txrx_be.c @@ -32,7 +32,7 @@ #include "app.h" #include "lib_icmpv6.h" -uint8_t TXRX_DEBUG; +uint8_t TXRX_DEBUG = 0; int pkt_burst_cnt; |