1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00

Merge pull request #3792 from haukepetersen/fix_stm32f3_gpio_debug

cpu/stm32f3: disable debug in GPIO driver
This commit is contained in:
Peter Kietzmann 2015-09-07 21:49:34 +02:00
commit b4bd18e220

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"
/**