From 46563b77ba858a42defbc638199befe86b467a0a Mon Sep 17 00:00:00 2001 From: nqdinh Date: Mon, 14 Dec 2015 21:52:20 +0700 Subject: [PATCH] boards/udoo: enable periph_cpuid feature --- boards/udoo/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/udoo/Makefile.features b/boards/udoo/Makefile.features index 8ef95166a8..d3484cc750 100644 --- a/boards/udoo/Makefile.features +++ b/boards/udoo/Makefile.features @@ -1,4 +1,5 @@ # Put defined MCU peripherals here (in alphabetical order) +FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_random FEATURES_PROVIDED += periph_spi