mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/arduino: fix ENABLE_DEBUG definition
This commit is contained in:
parent
441afca9fe
commit
b3d32fbc28
@ -32,7 +32,7 @@ extern "C" {
|
||||
#include "panic.h"
|
||||
#include "periph/i2c.h"
|
||||
|
||||
#define ENABLE_DEBUG (0)
|
||||
#define ENABLE_DEBUG 0
|
||||
#include "debug.h"
|
||||
|
||||
#define WIRE_PORT_OK (0)
|
||||
|
Loading…
Reference in New Issue
Block a user