From 75eea47140e22f86fb23631e4fb436d8a09c8695 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 11 May 2026 15:00:40 +0530 Subject: move bluetooth, nfc, and utils into subfolders --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 08d18a4..bc93dd5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ #include "ui/display.h" -#include "buttons.h" +#include "utils/buttons.h" #include "ui/menu.h" #include "config.h" -- cgit v1.2.3