1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests/periph_timer: Fix frequency for waspmote-pro

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.
This commit is contained in:
Marian Buschsieweke 2020-08-20 20:31:56 +02:00
parent d5c0e30a11
commit bf5cebb6b3
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -9,7 +9,6 @@ BOARDS_TIMER_250kHz := \
arduino-uno \
atmega256rfr2-xpro \
atmega328p \
waspmote-pro \
#
BOARDS_TIMER_32kHz := \
@ -32,6 +31,7 @@ BOARDS_TIMER_CLOCK_CORECLOCK := \
openmote-cc2538 \
remote-reva \
remote-revb \
waspmote-pro \
#
ifneq (,$(filter $(BOARDS_TIMER_250kHz),$(BOARD)))