modules: hal_nordic: Disable 802.15.4 temp update on nRF54H20 EngB
Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
41f53b2091
commit
3f221f9577
|
@ -55,7 +55,7 @@ endchoice
|
|||
|
||||
config NRF_802154_TEMPERATURE_UPDATE
|
||||
bool "nRF 802.15.4 temperature update"
|
||||
default y if !SOC_NRF54H20
|
||||
default y if !SOC_NRF54H20 && !SOC_NRF54H20_ENGB
|
||||
help
|
||||
Enable temperature update for nRF 802.15.4 driver
|
||||
|
||||
|
|
Loading…
Reference in New Issue