1
0
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:
Stephan Arndt 2013-03-28 17:40:01 +01:00
parent 60c594b852
commit 1fd9325d8c
2 changed files with 2 additions and 2 deletions

View File

@ -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++) {

View File

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