Skip to content
Snippets Groups Projects
Commit 32cf5423 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

cpu/stm32f3: disable debug in GPIO driver

parent 44d4c46f
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