shield: disable debug messages

This commit is contained in:
Stefan Eichenberger 2017-08-21 18:05:20 +02:00
parent 4c75617528
commit afb88d5192
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#define DEBUG #undef DEBUG
#include <common.h> #include <common.h>
#include <asm/gpio.h> #include <asm/gpio.h>

View File

@ -1,4 +1,4 @@
#define DEBUG #undef DEBUG
#include <common.h> #include <common.h>
#include <asm/gpio.h> #include <asm/gpio.h>

View File

@ -1,4 +1,4 @@
/* #define DEBUG */ #undef DEBUG
#include <common.h> #include <common.h>
#include <asm/gpio.h> #include <asm/gpio.h>