From 3aa9dc85bc93e59cef430401c8389b971a5f2352 Mon Sep 17 00:00:00 2001 From: vrobic Date: Mon, 6 Feb 2017 09:23:38 +0100 Subject: [PATCH] correction minime --- RIOT/sys/net/gnrc/pktdump/gnrc_pktdump.c | 2 +- RIOT/sys/net/gnrc/routing/rpl/gnrc_rpl_auto_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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