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

boards/nucleo-f411re: include common nucleo64 features

This commit is contained in:
Alexandre Abadie 2020-07-15 11:54:04 +02:00
parent 450a14a0d2
commit f67d3f1ab1
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -10,3 +10,6 @@ FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
# load the common Makefile.features for Nucleo boards
include $(RIOTBOARD)/common/nucleo64/Makefile.features