diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-14 23:47:43 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-14 23:47:43 +0530 |
| commit | c1c397b5555786bd27cac8ac9909d233671a67e8 (patch) | |
| tree | c82b6eba15cfc0da51c1e73a9619561aa1bfd586 /src/rf | |
| parent | 3631045878a955407115561fa86b96566bd33cfc (diff) | |
move src/libs to libs
Diffstat (limited to 'src/rf')
| -rw-r--r-- | src/rf/cc1101.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rf/cc1101.cpp b/src/rf/cc1101.cpp index 4b165bd..7e11d0b 100644 --- a/src/rf/cc1101.cpp +++ b/src/rf/cc1101.cpp @@ -1,6 +1,6 @@ #include "cc1101.h" #include "config.h" -#include "libs/ELECHOUSE_CC1101_SRC_DRV.h" +#include "ELECHOUSE_CC1101_SRC_DRV.h" #include "ui/display.h" #include "utils/buttons.h" #include "SPI.h" |
