diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-11-28 12:53:22 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-11-28 12:53:22 (GMT) |
| commit | 67e077348c4e20b7c11701e468d89159b9473489 (patch) | |
| tree | bdc0d80d48c215d395a7ee69bdd80c66cc8e2159 /src/drivers/Hrs3300.cpp | |
| parent | d5e8e3ca44e998511907d1ec74c98c06c2e542b8 (diff) | |
| parent | 298f0f43357c5fd12c4498d74a35d71a0501ae1a (diff) | |
Merge branch 'NeroBurner-restructure_includes' into develop
Diffstat (limited to 'src/drivers/Hrs3300.cpp')
| -rw-r--r-- | src/drivers/Hrs3300.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Hrs3300.cpp b/src/drivers/Hrs3300.cpp index edb9e81..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 "Hrs3300.h" #include <FreeRTOS.h> #include <task.h> |
