1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

boards/arduino-due: enable periph_cpuid feature

This commit is contained in:
nqdinh 2015-12-14 21:51:59 +07:00
parent e24d5031fe
commit 348dee5f4b

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_pwm FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_random FEATURES_PROVIDED += periph_random