1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/*: realign ENABLE_DEBUG

This commit is contained in:
Bas Stottelaar 2020-10-22 14:35:57 +02:00
parent b23d0dafb2
commit 94ab185b0a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include "periph/gpio.h"
#include "periph/timer.h"
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
/**

View File

@ -27,7 +27,7 @@
#include "periph/gpio.h"
#include "periph/timer.h"
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
/**