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