tests/periph_timer: add hifive1 exception

This commit is contained in:
Kaspar Schleiser 2019-02-21 11:01:29 +01:00
parent 654fd4fba5
commit 332b06a319

View File

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