1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards/stm32f0discovery: split FEATURES_PROVIDED over multiple lines

This commit is contained in:
Tom Van den Eynde 2015-03-18 19:45:45 +01:00
parent e5f90a6056
commit 63245ea678

View File

@ -1,2 +1,7 @@
FEATURES_PROVIDED += periph_adc periph_gpio periph_spi periph_uart cpp periph_cpuid
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_cpuid
FEATURES_MCU_GROUP = cortex_m0