cpu: efm32: fix for cpp support.

This commit is contained in:
Bas Stottelaar 2018-05-07 21:32:41 +02:00
parent fce61f91f0
commit 840de5139b

View File

@ -1,6 +1,5 @@
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_pm
FEATURES_CONFLICT += periph_rtc:periph_rtt
FEATURES_CONFLICT_MSG += "On the EFM32, the RTC and RTT map to the same hardware peripheral."
@ -8,3 +7,5 @@ FEATURES_CONFLICT_MSG += "On the EFM32, the RTC and RTT map to the same hardware
ifeq (1,$(EFM32_TNRG))
FEATURES_PROVIDED += periph_hwrng
endif
include $(RIOTCPU)/cortexm_common/Makefile.features