From d5488d108e3afddb7c862d51c9171f5b87c2274d Mon Sep 17 00:00:00 2001 From: Gilles DOFFE <g.doffe@gmail.com> Date: Fri, 23 Feb 2018 22:12:08 +0100 Subject: [PATCH] boards/native: add qdec Add periph_qdec to native native board features. Signed-off-by: Gilles DOFFE <g.doffe@gmail.com> --- boards/native/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/native/Makefile.features b/boards/native/Makefile.features index 368fc8e33f..5082431ba4 100644 --- a/boards/native/Makefile.features +++ b/boards/native/Makefile.features @@ -3,6 +3,7 @@ FEATURES_PROVIDED += periph_rtc FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_gpio +FEATURES_PROVIDED += periph_qdec # Various other features (if any) FEATURES_PROVIDED += ethernet -- GitLab