mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-05-06 04:36:40 +02:00
Merge pull request #939 from NeroBurner/buttonHandler_relative_include
ButtonHandler: includes relative to src dir
This commit is contained in:
commit
bbb823b170
@ -1,4 +1,4 @@
|
||||
#include "ButtonHandler.h"
|
||||
#include "buttonhandler/ButtonHandler.h"
|
||||
|
||||
using namespace Pinetime::Controllers;
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "ButtonActions.h"
|
||||
#include "buttonhandler/ButtonActions.h"
|
||||
#include "systemtask/SystemTask.h"
|
||||
#include <FreeRTOS.h>
|
||||
#include <timers.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user