Merge pull request #17422 from aabadie/pr/cpu/stm32_typo

cpu/stm32/Makefile.dep: fix typo
This commit is contained in:
benpicco 2021-12-20 15:23:18 +01:00 committed by GitHub
commit b17fa61e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ ifneq (,$(filter periph_eth periph_ptp,$(USEMODULE)))
USEMODULE += periph_eth_common
endif
# periph_rtc_mem is currently tied to the peripg_rtc
# periph_rtc_mem is currently tied to the periph_rtc
ifneq (,$(filter periph_rtc_mem,$(USEMODULE)))
FEATURES_REQUIRED += periph_rtc
endif