boards: nucleo-l476rg: enable the CAN feature

This commit is contained in:
Giuseppe Tipaldi 2020-02-05 21:33:19 +01:00 committed by Giuseppe Tipaldi
parent 7e6ce086b8
commit 0626e7ae83

View File

@ -3,6 +3,7 @@ CPU_MODEL = stm32l476rg
# Put defined MCU peripherals here (in alphabetical order) # Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_can
FEATURES_PROVIDED += periph_dma FEATURES_PROVIDED += periph_dma
FEATURES_PROVIDED += periph_i2c FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_pwm