diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-14 23:36:41 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-14 23:36:41 +0530 |
| commit | 3631045878a955407115561fa86b96566bd33cfc (patch) | |
| tree | 18bc50154075d55f6012d63d76aab052e5014671 /src/utils/buttons.cpp | |
| parent | 58c9c8f51dcec555250195d127a49572c1b9fd9a (diff) | |
avoid using relative includes
Diffstat (limited to 'src/utils/buttons.cpp')
| -rw-r--r-- | src/utils/buttons.cpp | 2 |
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() { |
