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/nfc/nfc.cpp | |
| parent | 58c9c8f51dcec555250195d127a49572c1b9fd9a (diff) | |
avoid using relative includes
Diffstat (limited to 'src/nfc/nfc.cpp')
| -rw-r--r-- | src/nfc/nfc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nfc/nfc.cpp b/src/nfc/nfc.cpp index d4c3fb4..a18f47b 100644 --- a/src/nfc/nfc.cpp +++ b/src/nfc/nfc.cpp @@ -4,8 +4,8 @@ #include <Arduino.h> #include <Wire.h> -#include "../config.h" -#include "../utils/buttons.h" +#include "config.h" +#include "utils/buttons.h" #include "ui/display.h" #define PN532_IRQ -1 |
