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:
parent
ba85c2d9ca
commit
b13598cdc4
@ -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)
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user