mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
cpu/sam0_common: fix ENABLE_DEBUG definition
This commit is contained in:
parent
8dbe37969b
commit
ba85c2d9ca
@ -27,7 +27,7 @@
|
||||
|
||||
#include "sam0_eth_netdev.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
#include "log.h"
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
#include "sam0_eth_netdev.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
#include "log.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user