1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/ws281x: pull xtimer module from test application

This commit is contained in:
Alexandre Abadie 2021-12-10 14:33:51 +01:00
parent e1310e3378
commit 3e717480ac
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,3 @@ endif
ifneq (,$(filter ws281x_atmega,$(USEMODULE)))
FEATURES_REQUIRED += cpu_core_atmega
endif
USEMODULE += xtimer

View File

@ -6,6 +6,7 @@ PIN ?= GPIO_PIN(0, 0)
N ?= 8
USEMODULE += ws281x
USEMODULE += xtimer
# Only AVR boards CPU clocked at 8MHz or 16 MHz are supported. The Waspmote Pro
# is clocked at 14.7456 MHz :-/

View File

@ -1,3 +1,4 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_WS281X=y
CONFIG_MODULE_XTIMER=y