Skip to content

Commit 9d0dd79

Browse files
committed
move rak4631 specific files into variant folder
1 parent 781f7e9 commit 9d0dd79

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
File renamed without changes.
File renamed without changes.

variants/rak4631/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ build_flags = ${nrf52840_base.build_flags}
1515
-D SX126X_CURRENT_LIMIT=140
1616
-D SX126X_RX_BOOSTED_GAIN=1
1717
build_src_filter = ${nrf52840_base.build_src_filter}
18-
+<helpers/nrf52/RAK4631Board.cpp>
1918
+<../variants/rak4631>
2019
lib_deps =
2120
${nrf52840_base.lib_deps}

variants/rak4631/target.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define RADIOLIB_STATIC_ONLY 1
44
#include <RadioLib.h>
55
#include <helpers/RadioLibWrappers.h>
6-
#include <helpers/nrf52/RAK4631Board.h>
6+
#include <RAK4631Board.h>
77
#include <helpers/CustomSX1262Wrapper.h>
88
#include <helpers/AutoDiscoverRTCClock.h>
99
#include <helpers/SensorManager.h>

0 commit comments

Comments
 (0)