From 095afabb79a935b1b0569b215f3d5ad5127c21d6 Mon Sep 17 00:00:00 2001 From: Francois Berder Date: Thu, 20 Jul 2017 09:03:18 +0100 Subject: [PATCH] boards: wifire: Add cpuid peripheral support Signed-off-by: Francois Berder --- boards/pic32-wifire/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/pic32-wifire/Makefile.features b/boards/pic32-wifire/Makefile.features index 272d7cc6fa20..195a6f4b4369 100644 --- a/boards/pic32-wifire/Makefile.features +++ b/boards/pic32-wifire/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_timer FEATURES_PROVIDED += periph_uart