1
0
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:
Jan Romann 2021-08-12 17:21:41 +02:00
parent 441afca9fe
commit b3d32fbc28
No known key found for this signature in database
GPG Key ID: 9D6F0ED2C06FDDB0

View File

@ -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)