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

cpu/stm32: fix ENABLE_DEBUG definition

This commit is contained in:
Alexandre Abadie 2021-01-08 11:53:45 +01:00
parent ba85c2d9ca
commit b13598cdc4
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#include "periph_conf.h"
#include "periph_cpu.h"
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
void stm32_eth_common_init(void)

View File

@ -29,7 +29,7 @@
#include "periph_cpu.h"
#include "timex.h"
#define ENABLE_DEBUG (0)
#define ENABLE_DEBUG 0
#include "debug.h"
/* Workaround for typos in vendor files; drop when fixed upstream */