mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
switched DEBUG mode off
This commit is contained in:
parent
60c594b852
commit
1fd9325d8c
@ -453,7 +453,7 @@ static uint8_t etx_count_packet_tx(etx_neighbor_t * candidate) {
|
||||
* Counts the number of packets that were received for this candidate
|
||||
* in the last ETX_WINDOW intervals.
|
||||
*/
|
||||
puts("counting packets");
|
||||
DEBUG("counting packets");
|
||||
uint8_t pkt_count = 0;
|
||||
DEBUG("[");
|
||||
for (uint8_t i = 0; i < ETX_WINDOW; i++) {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "sys/net/sixlowpan/sixlowip.h"
|
||||
|
||||
//For debugging purposes
|
||||
#define ENABLE_DEBUG
|
||||
//#define ENABLE_DEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#ifdef ENABLE_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user