ButtonHandler: includes relative to src dir

This commit is contained in:
Reinhold Gschweicher 2022-01-16 20:45:57 +01:00
parent 26ae828e39
commit 48e9458301
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "ButtonHandler.h" #include "buttonhandler/ButtonHandler.h"
using namespace Pinetime::Controllers; using namespace Pinetime::Controllers;

View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "ButtonActions.h" #include "buttonhandler/ButtonActions.h"
#include "systemtask/SystemTask.h" #include "systemtask/SystemTask.h"
#include <FreeRTOS.h> #include <FreeRTOS.h>
#include <timers.h> #include <timers.h>