Skip to content

Commit b5e7ac5

Browse files
ppryga-nordicfabiobaltieri
authored andcommitted
modules: hal_norfic: rise 802.15.4 NET core init priority
Due to internal dependencies on other modules init priority the 802.15.4 priority level must be increased. Former init priority caused the module to be initialied before those it depends on, so that lead to hard faults. Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
1 parent d177dcf commit b5e7ac5

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
@@ -109,7 +109,7 @@ if NRF_802154_SER_RADIO
109109

110110
config NRF_802154_SER_RADIO_INIT_PRIO
111111
int "nRF52 IEEE 802.15.4 serialization initialization priority"
112-
default 51
112+
default 53
113113
help
114114
Set the initialization priority number. Do not mess with it unless
115115
you know what you are doing.

0 commit comments

Comments
 (0)