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:
parent
e1310e3378
commit
3e717480ac
@ -15,5 +15,3 @@ endif
|
||||
ifneq (,$(filter ws281x_atmega,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += cpu_core_atmega
|
||||
endif
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
@ -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 :-/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user