Skip to content

Commit

Permalink
Update cpu/nrf5x_common/Makefile.features
Browse files Browse the repository at this point in the history
Co-authored-by: crasbe <[email protected]>
  • Loading branch information
mguetschow and crasbe authored Feb 27, 2025
1 parent a20f94b commit 03cfc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/nrf5x_common/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ ifeq (,$(filter nrf9160 nrf5340_app,$(CPU_MODEL)))
endif

FEATURES_CONFLICT += radio_nrf802154:radio_nrfble radio_nrf802154:radio_nrfmin radio_nrfble:radio_nrfmin
FEATURES_CONFLICT_MSG += "Multiplexing the nRF radio between different radio modes ist not supported."
FEATURES_CONFLICT_MSG += "Multiplexing the nRF radio between different radio modes is not supported."

include $(RIOTCPU)/cortexm_common/Makefile.features

0 comments on commit 03cfc74

Please sign in to comment.