1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/stm32f7: use pm_layered module

This commit is contained in:
Alexandre Abadie 2019-03-14 11:03:39 +01:00
parent 84f9f63ab8
commit 3fc8a13ddd
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,5 +1,7 @@
export CPU_ARCH = cortex-m7
export CPU_FAM = stm32f7
USEMODULE += pm_layered
include $(RIOTCPU)/stm32_common/Makefile.include
include $(RIOTMAKE)/arch/cortexm.inc.mk