mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards/nucleo-l1: split FEATURES_PROVIDED over multiple lines
This commit is contained in:
parent
e57176b760
commit
01d0ea6507
@ -1,3 +1,7 @@
|
||||
FEATURES_PROVIDED += periph_gpio periph_uart periph_spi periph_i2c periph_cpuid
|
||||
FEATURES_PROVIDED += periph_gpio
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
FEATURES_PROVIDED += periph_spi
|
||||
FEATURES_PROVIDED += periph_i2c
|
||||
FEATURES_PROVIDED += periph_cpuid
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_MCU_GROUP = cortex_m3_2
|
||||
|
Loading…
Reference in New Issue
Block a user