From 0835f577a3de1bbc489ec3c1c4242afbc5a48f2d Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sat, 25 Apr 2015 22:45:12 +0200 Subject: [PATCH] native: add periph_timer to features --- boards/native/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/native/Makefile.features b/boards/native/Makefile.features index c993efe49e..e4507ec1c4 100644 --- a/boards/native/Makefile.features +++ b/boards/native/Makefile.features @@ -5,4 +5,5 @@ FEATURES_PROVIDED += config FEATURES_PROVIDED += cpp FEATURES_PROVIDED += periph_random FEATURES_PROVIDED += periph_rtc +FEATURES_PROVIDED += periph_timer FEATURES_MCU_GROUP = x86