summaryrefslogtreecommitdiff
path: root/src/drivers/DebugPins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/DebugPins.cpp')
-rw-r--r--src/drivers/DebugPins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/DebugPins.cpp b/src/drivers/DebugPins.cpp
index 5a12fd86..8457ba5f 100644
--- a/src/drivers/DebugPins.cpp
+++ b/src/drivers/DebugPins.cpp
@@ -1,5 +1,5 @@
-#include <hal/nrf_gpio.h>
#include "DebugPins.h"
+#include <hal/nrf_gpio.h>
#ifdef USE_DEBUG_PINS
void debugpins_init() {