Skip to content

Commit cdd4421

Browse files
author
Normunds Gavars
committed
393 clean up Promicro variant
1 parent 781f7e9 commit cdd4421

File tree

4 files changed

+1
-3
lines changed

4 files changed

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

variants/promicro/platformio.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ build_flags = ${nrf52_base.build_flags}
2323
-D ENV_INCLUDE_INA3221=1
2424
-D ENV_INCLUDE_INA219=1
2525
build_src_filter = ${nrf52_base.build_src_filter}
26-
+<helpers/nrf52/PromicroBoard.cpp>
2726
+<helpers/sensors>
2827
+<../variants/promicro>
2928
lib_deps= ${nrf52_base.lib_deps}
@@ -130,7 +129,6 @@ build_flags = ${nrf52_base.build_flags}
130129
-D SX126X_RX_BOOSTED_GAIN=1
131130
build_src_filter =
132131
${nrf52_base.build_src_filter}
133-
+<helpers/nrf52/PromicroBoard.cpp>
134132
+<helpers/sensors>
135133
+<../variants/promicro>
136134
lib_deps= ${nrf52_base.lib_deps}

variants/promicro/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/PromicroBoard.h>
6+
#include <PromicroBoard.h>
77
#include <helpers/CustomSX1262Wrapper.h>
88
#include <helpers/CustomLLCC68Wrapper.h>
99
#include <helpers/AutoDiscoverRTCClock.h>

0 commit comments

Comments
 (0)