Skip to content

Commit 48e9458

Browse files
committed
ButtonHandler: includes relative to src dir
1 parent 26ae828 commit 48e9458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/buttonhandler/ButtonHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "ButtonHandler.h"
1+
#include "buttonhandler/ButtonHandler.h"
22

33
using namespace Pinetime::Controllers;
44

src/buttonhandler/ButtonHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "ButtonActions.h"
3+
#include "buttonhandler/ButtonActions.h"
44
#include "systemtask/SystemTask.h"
55
#include <FreeRTOS.h>
66
#include <timers.h>

0 commit comments

Comments
 (0)