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/rf/nrf24.cpp | |
| parent | 58c9c8f51dcec555250195d127a49572c1b9fd9a (diff) | |
avoid using relative includes
Diffstat (limited to 'src/rf/nrf24.cpp')
| -rw-r--r-- | src/rf/nrf24.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rf/nrf24.cpp b/src/rf/nrf24.cpp index dad0f11..0b0ed90 100644 --- a/src/rf/nrf24.cpp +++ b/src/rf/nrf24.cpp @@ -1,6 +1,6 @@ #include "nrf24.h" -#include "../ui/display.h" -#include "../utils/buttons.h" +#include "ui/display.h" +#include "utils/buttons.h" #include <Arduino.h> #include <RF24.h> #define JAM_DURATION 500 |
