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

boards/nucleo-f410rb: include common nucleo64 features

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

View File

@ -9,3 +9,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