Skip to content

Commit

Permalink
tests/periph_timer: Fix frequency for waspmote-pro
Browse files Browse the repository at this point in the history
The waspmote-pro cannot run at 250 kHz, as no available divider can divide
its core frequency down to that. Instead, the board can be tested at its
core clock frequency.
  • Loading branch information
maribu committed Sep 23, 2020
1 parent d5c0e30 commit bf5cebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/periph_timer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ BOARDS_TIMER_250kHz := \
arduino-uno \
atmega256rfr2-xpro \
atmega328p \
waspmote-pro \
#

BOARDS_TIMER_32kHz := \
Expand All @@ -32,6 +31,7 @@ BOARDS_TIMER_CLOCK_CORECLOCK := \
openmote-cc2538 \
remote-reva \
remote-revb \
waspmote-pro \
#

ifneq (,$(filter $(BOARDS_TIMER_250kHz),$(BOARD)))
Expand Down

0 comments on commit bf5cebb

Please sign in to comment.