1
0
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:
Hauke Petersen 2015-09-07 18:13:00 +02:00
parent 44d4c46fc0
commit 32cf5423a2

View File

@ -24,7 +24,7 @@
#include "periph/gpio.h"
#include "periph_conf.h"
#define ENABLE_DEBUG (1)
#define ENABLE_DEBUG (0)
#include "debug.h"
/**