summaryrefslogtreecommitdiff
path: root/src/drivers/Hrs3300.cpp
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2021-11-05 22:55:34 (GMT)
committerReinhold Gschweicher <pyro4hell@gmail.com>2021-11-15 21:02:49 (GMT)
commit241d36471daaea03215c289f3dc2bdc2860b5053 (patch)
tree5b404f888c635bb08a66014be3ad5729ca4e3e74 /src/drivers/Hrs3300.cpp
parent1b937a77b981557015a614c7b806f8ddf62c614e (diff)
Move up file header include to top
Diffstat (limited to 'src/drivers/Hrs3300.cpp')
-rw-r--r--src/drivers/Hrs3300.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Hrs3300.cpp b/src/drivers/Hrs3300.cpp
index cecef14..c14fe7a 100644
--- a/src/drivers/Hrs3300.cpp
+++ b/src/drivers/Hrs3300.cpp
@@ -4,9 +4,9 @@
C++ port Copyright (C) 2021 Jean-François Milants
*/
+#include "drivers/Hrs3300.h"
#include <algorithm>
#include <nrf_gpio.h>
-#include "drivers/Hrs3300.h"
#include <FreeRTOS.h>
#include <task.h>