Skip to content

Commit 55546ec

Browse files
57300hakonfam
authored andcommitted
[nrf fromtree] modules: hal_nordic: Disable 802.15.4 temp update on nRF54H20 EngB
Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 3f221f9)
1 parent 6c30cad commit 55546ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endchoice
5555

5656
config NRF_802154_TEMPERATURE_UPDATE
5757
bool "nRF 802.15.4 temperature update"
58-
default y if !SOC_NRF54H20
58+
default y if !SOC_NRF54H20 && !SOC_NRF54H20_ENGB
5959
help
6060
Enable temperature update for nRF 802.15.4 driver
6161

0 commit comments

Comments
 (0)