Skip to content
Snippets Groups Projects
Commit b4bd18e2 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

Merge pull request #3792 from haukepetersen/fix_stm32f3_gpio_debug

cpu/stm32f3: disable debug in GPIO driver
parents 4e47e909 32cf5423
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
#include "periph/gpio.h"
#include "periph_conf.h"
#define ENABLE_DEBUG (1)
#define ENABLE_DEBUG (0)
#include "debug.h"
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment