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/cc1101.cpp | |
| parent | 58c9c8f51dcec555250195d127a49572c1b9fd9a (diff) | |
avoid using relative includes
Diffstat (limited to 'src/rf/cc1101.cpp')
| -rw-r--r-- | src/rf/cc1101.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rf/cc1101.cpp b/src/rf/cc1101.cpp index 87966f8..4b165bd 100644 --- a/src/rf/cc1101.cpp +++ b/src/rf/cc1101.cpp @@ -1,8 +1,8 @@ #include "cc1101.h" -#include "../config.h" -#include "../libs/ELECHOUSE_CC1101_SRC_DRV.h" -#include "../ui/display.h" -#include "../utils/buttons.h" +#include "config.h" +#include "libs/ELECHOUSE_CC1101_SRC_DRV.h" +#include "ui/display.h" +#include "utils/buttons.h" #include "SPI.h" #include <Arduino.h> |
