cpu/efm32/Makefile.features: fix typo

This commit is contained in:
Francisco Molina 2020-02-11 22:09:50 +01:00
parent 95f8de8030
commit 085665ff23
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -9,7 +9,7 @@ FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_CONFLICT += periph_rtc:periph_rtt
FEATURES_CONFLICT_MSG += "On the EFM32, the RTC and RTT map to the same hardware peripheral."
ifeq (1,$(EFM32_TNRG))
ifeq (1,$(EFM32_TRNG))
FEATURES_PROVIDED += periph_hwrng
endif