mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/stm32f3: disable debug in GPIO driver
This commit is contained in:
parent
44d4c46fc0
commit
32cf5423a2
@ -24,7 +24,7 @@
|
||||
#include "periph/gpio.h"
|
||||
#include "periph_conf.h"
|
||||
|
||||
#define ENABLE_DEBUG (1)
|
||||
#define ENABLE_DEBUG (0)
|
||||
#include "debug.h"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user