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:
commit
cd0ab4a193
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user