summaryrefslogtreecommitdiff
path: root/src/utils/buttons.cpp
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-05-14 23:36:41 +0530
committerkrolyxon <me@krolyxon.com>2026-05-14 23:36:41 +0530
commit3631045878a955407115561fa86b96566bd33cfc (patch)
tree18bc50154075d55f6012d63d76aab052e5014671 /src/utils/buttons.cpp
parent58c9c8f51dcec555250195d127a49572c1b9fd9a (diff)
avoid using relative includes
Diffstat (limited to 'src/utils/buttons.cpp')
-rw-r--r--src/utils/buttons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/buttons.cpp b/src/utils/buttons.cpp
index d257c58..166ee41 100644
--- a/src/utils/buttons.cpp
+++ b/src/utils/buttons.cpp
@@ -1,5 +1,5 @@
#include "buttons.h"
-#include "../config.h"
+#include "config.h"
#include <Arduino.h>
void buttonsInit() {