diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-11-28 12:53:03 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-11-28 12:53:03 (GMT) |
| commit | 298f0f43357c5fd12c4498d74a35d71a0501ae1a (patch) | |
| tree | bdc0d80d48c215d395a7ee69bdd80c66cc8e2159 /src/systemtask/SystemTask.h | |
| parent | d5e8e3ca44e998511907d1ec74c98c06c2e542b8 (diff) | |
| parent | 3a41bff9eaf9cbae6d3864664ad08859ec2d2c44 (diff) | |
Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes
# Conflicts:
# doc/contribute.md
# src/displayapp/screens/BatteryInfo.h
Diffstat (limited to 'src/systemtask/SystemTask.h')
| -rw-r--r-- | src/systemtask/SystemTask.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemtask/SystemTask.h b/src/systemtask/SystemTask.h index 412878b..e2e6de7 100644 --- a/src/systemtask/SystemTask.h +++ b/src/systemtask/SystemTask.h @@ -11,7 +11,7 @@ #include <drivers/PinMap.h> #include <components/motion/MotionController.h> -#include "SystemMonitor.h" +#include "systemtask/SystemMonitor.h" #include "components/battery/BatteryController.h" #include "components/ble/NimbleController.h" #include "components/ble/NotificationManager.h" @@ -33,7 +33,7 @@ #endif #include "drivers/Watchdog.h" -#include "Messages.h" +#include "systemtask/Messages.h" extern std::chrono::time_point<std::chrono::system_clock, std::chrono::nanoseconds> NoInit_BackUpTime; namespace Pinetime { |
