Merge pull request #11469 from aabadie/tests/periph_timer_kw41z

tests/periph_timer: include kw41z boards in low-power timer boards
This commit is contained in:
Francisco 2019-04-30 06:23:29 -07:00 committed by GitHub
commit cd0ab4a193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ TEST_ON_CI_WHITELIST += all
ifneq (,$(filter arduino-duemilanove arduino-mega2560 arduino-uno waspmote-pro,$(BOARD)))
TIMER_SPEED ?= 250000
else ifneq (,$(filter hifive1,$(BOARD)))
else ifneq (,$(filter hifive1 %-kw41z,$(BOARD)))
TIMER_SPEED ?= 32768
endif