We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ae828 commit 48e9458Copy full SHA for 48e9458
src/buttonhandler/ButtonHandler.cpp
@@ -1,4 +1,4 @@
1
-#include "ButtonHandler.h"
+#include "buttonhandler/ButtonHandler.h"
2
3
using namespace Pinetime::Controllers;
4
src/buttonhandler/ButtonHandler.h
@@ -1,6 +1,6 @@
#pragma once
-#include "ButtonActions.h"
+#include "buttonhandler/ButtonActions.h"
#include "systemtask/SystemTask.h"
5
#include <FreeRTOS.h>
6
#include <timers.h>
0 commit comments