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/rf/nrf24.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rf') diff --git a/src/rf/nrf24.cpp b/src/rf/nrf24.cpp index 0479985..b780725 100644 --- a/src/rf/nrf24.cpp +++ b/src/rf/nrf24.cpp @@ -2,7 +2,7 @@ #include #include "nrf24.h" #include "../ui/display.h" -#include "../buttons.h" +#include "../utils/buttons.h" #define JAM_DURATION 500 extern SPIClass *RADIO_SPI; -- cgit v1.2.3