diff --git a/RIOT/sys/net/gnrc/pktdump/gnrc_pktdump.c b/RIOT/sys/net/gnrc/pktdump/gnrc_pktdump.c index a88555a..948a37f 100755 --- a/RIOT/sys/net/gnrc/pktdump/gnrc_pktdump.c +++ b/RIOT/sys/net/gnrc/pktdump/gnrc_pktdump.c @@ -1,4 +1,4 @@ - * Copyright (C) 2015 Freie Universität Berlin + /* Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level diff --git a/RIOT/sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c b/RIOT/sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c index 642945a..4997cb5 100755 --- a/RIOT/sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c +++ b/RIOT/sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c @@ -22,7 +22,7 @@ #include "net/gnrc.h" #include "net/gnrc/rpl.h" -#define ENABLE_DEBUG (1) +#define ENABLE_DEBUG (0) #include "debug.h" void auto_init_gnrc_rpl(void) -- libgit2 0.21.2