boards/udoo: enable periph_cpuid feature

This commit is contained in:
nqdinh 2015-12-14 21:52:20 +07:00
parent 348dee5f4b
commit 46563b77ba

View File

@ -1,4 +1,5 @@
# Put defined MCU peripherals here (in alphabetical order) # Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_random FEATURES_PROVIDED += periph_random
FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_spi