Skip to content
Snippets Groups Projects
Unverified Commit 92b3558b authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #11047 from kaspar030/fix_tests_periph_timer_for_hifive1

tests/periph_timer: add hifive1 exception
parents 27782a56 332b06a3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment