summaryrefslogtreecommitdiff
path: root/src/buttonhandler/ButtonHandler.h
diff options
context:
space:
mode:
authorReinhold Gschweicher <pyro4hell@gmail.com>2022-01-16 20:45:57 +0100
committerReinhold Gschweicher <pyro4hell@gmail.com>2022-01-16 20:59:49 +0100
commit48e9458301f7503da12b90046427c883c3d0c92b (patch)
treeb9dfd6b2f80e391006262290338bf783dd4a9271 /src/buttonhandler/ButtonHandler.h
parent26ae828e393d28390c5ea718bec9d4c1a96435ac (diff)
ButtonHandler: includes relative to src dir
Diffstat (limited to 'src/buttonhandler/ButtonHandler.h')
-rw-r--r--src/buttonhandler/ButtonHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buttonhandler/ButtonHandler.h b/src/buttonhandler/ButtonHandler.h
index 44b20f19..5802b998 100644
--- a/src/buttonhandler/ButtonHandler.h
+++ b/src/buttonhandler/ButtonHandler.h
@@ -1,6 +1,6 @@
#pragma once
-#include "ButtonActions.h"
+#include "buttonhandler/ButtonActions.h"
#include "systemtask/SystemTask.h"
#include <FreeRTOS.h>
#include <timers.h>