diff --git a/boards/frdm-k64f/Makefile.features b/boards/frdm-k64f/Makefile.features index 6a5f7c94c3..28849c4840 100644 --- a/boards/frdm-k64f/Makefile.features +++ b/boards/frdm-k64f/Makefile.features @@ -12,3 +12,6 @@ FEATURES_PROVIDED += periph_uart FEATURES_MCU_GROUP = cortex_m4_1 include $(RIOTCPU)/kinetis/Makefile.features +# HACK the board currently uses the wrong hwrng register +# Remove this line when fixed +FEATURES_PROVIDED := $(filter-out periph_hwrng,$(FEATURES_PROVIDED))