aboutsummaryrefslogtreecommitdiff
path: root/src/nfc
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/nfc
parent58c9c8f51dcec555250195d127a49572c1b9fd9a (diff)
avoid using relative includes
Diffstat (limited to 'src/nfc')
-rw-r--r--src/nfc/nfc.cpp4
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