diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-14 10:40:26 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-03-14 10:40:26 +0100 |
commit | 5aa818e65eaa3cc288e097ed3b1a134015215500 (patch) | |
tree | 23bb39e48c94634b12de82c74708dea8e720dc38 /src/gyronardo.cpp | |
parent | a119e6ca70ffab14f0a70908fa3eeb83b41bb5ab (diff) |
refactor: move UniquePtr to memory dir in common
Diffstat (limited to 'src/gyronardo.cpp')
-rw-r--r-- | src/gyronardo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gyronardo.cpp b/src/gyronardo.cpp index 4b6b5fd..d05b3ce 100644 --- a/src/gyronardo.cpp +++ b/src/gyronardo.cpp @@ -1,7 +1,7 @@ -#include "common/memory.hpp" #include "sensor/calibration.hpp" #include "sensor/sensor.hpp" #include "serial.hpp" +#include "utils.hpp" #include <Arduino.h> #include <Wire.h> |