mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
replacing -U by build_unflags to avoid warnings about define duplicates
This commit is contained in:
parent
3744918071
commit
59cbaecd6a
1 changed files with 2 additions and 1 deletions
|
|
@ -34,9 +34,10 @@ lib_deps = ${nrf52_base.lib_deps}
|
||||||
[ikoka_nano_nrf_e22p]
|
[ikoka_nano_nrf_e22p]
|
||||||
extends = ikoka_nano_nrf
|
extends = ikoka_nano_nrf
|
||||||
; E22P: integrated PA/LNA via DIO2. D7 = module power enable (not RXEN)
|
; E22P: integrated PA/LNA via DIO2. D7 = module power enable (not RXEN)
|
||||||
|
build_unflags =
|
||||||
|
-DSX126X_RXEN=D7
|
||||||
build_flags =
|
build_flags =
|
||||||
${ikoka_nano_nrf.build_flags}
|
${ikoka_nano_nrf.build_flags}
|
||||||
-USX126X_RXEN
|
|
||||||
-D SX126X_RXEN=RADIOLIB_NC
|
-D SX126X_RXEN=RADIOLIB_NC
|
||||||
-D P_LORA_EN=D7
|
-D P_LORA_EN=D7
|
||||||
-D SX126X_REGISTER_PATCH=1
|
-D SX126X_REGISTER_PATCH=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue