Commit 3aa9dc85bc93e59cef430401c8389b971a5f2352

Authored by vrobic
1 parent e87eb5fb

correction minime

RIOT/sys/net/gnrc/pktdump/gnrc_pktdump.c
1   - * Copyright (C) 2015 Freie Universität Berlin
  1 + /* Copyright (C) 2015 Freie Universität Berlin
2 2 *
3 3 * This file is subject to the terms and conditions of the GNU Lesser
4 4 * General Public License v2.1. See the file LICENSE in the top level
... ...
RIOT/sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c
... ... @@ -22,7 +22,7 @@
22 22 #include "net/gnrc.h"
23 23 #include "net/gnrc/rpl.h"
24 24  
25   -#define ENABLE_DEBUG (1)
  25 +#define ENABLE_DEBUG (0)
26 26 #include "debug.h"
27 27  
28 28 void auto_init_gnrc_rpl(void)
... ...