1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #11115 from fjmolinas/stm32l0_cortexm0+

cpu/stm32l0: fix CPU_ARCH definition
This commit is contained in:
Alexandre Abadie 2019-03-06 13:52:17 +01:00 committed by GitHub
commit c0e8a852fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
export CPU_ARCH = cortex-m0
export CPU_ARCH = cortex-m0plus
export CPU_FAM = stm32l0
USEMODULE += pm_layered