We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20f94b commit 03cfc74Copy full SHA for 03cfc74
cpu/nrf5x_common/Makefile.features
@@ -38,6 +38,6 @@ ifeq (,$(filter nrf9160 nrf5340_app,$(CPU_MODEL)))
38
endif
39
40
FEATURES_CONFLICT += radio_nrf802154:radio_nrfble radio_nrf802154:radio_nrfmin radio_nrfble:radio_nrfmin
41
-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."
42
43
include $(RIOTCPU)/cortexm_common/Makefile.features
0 commit comments