Merge pull request #939 from NeroBurner/buttonHandler_relative_include

ButtonHandler: includes relative to src dir
This commit is contained in:
JF 2022-01-26 21:35:03 +01:00 committed by GitHub
commit bbb823b170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;

View file

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