Commit 3aa9dc85bc93e59cef430401c8389b971a5f2352
1 parent
e87eb5fb
correction minime
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
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 | * This file is subject to the terms and conditions of the GNU Lesser | 3 | * This file is subject to the terms and conditions of the GNU Lesser |
4 | * General Public License v2.1. See the file LICENSE in the top level | 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,7 +22,7 @@ | ||
22 | #include "net/gnrc.h" | 22 | #include "net/gnrc.h" |
23 | #include "net/gnrc/rpl.h" | 23 | #include "net/gnrc/rpl.h" |
24 | 24 | ||
25 | -#define ENABLE_DEBUG (1) | 25 | +#define ENABLE_DEBUG (0) |
26 | #include "debug.h" | 26 | #include "debug.h" |
27 | 27 | ||
28 | void auto_init_gnrc_rpl(void) | 28 | void auto_init_gnrc_rpl(void) |