From b30bdc09ce68a51a3a228fc8dfd3d70fad4d3074 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Thu, 6 Nov 2014 15:39:37 +0100 Subject: [PATCH] cpu/stm32f0: added missing features to Makefile --- boards/stm32f0discovery/Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/stm32f0discovery/Makefile.features b/boards/stm32f0discovery/Makefile.features index 026c14e2be..c8b5ee9e29 100644 --- a/boards/stm32f0discovery/Makefile.features +++ b/boards/stm32f0discovery/Makefile.features @@ -1 +1 @@ -FEATURES_PROVIDED += periph_gpio periph_spi +FEATURES_PROVIDED += periph_adc periph_gpio periph_spi periph_uart -- GitLab