From bf5cebb6b311baaea46451b012b6a5b01fb67bb9 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 20 Aug 2020 20:31:56 +0200 Subject: [PATCH] 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. --- tests/periph_timer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/periph_timer/Makefile b/tests/periph_timer/Makefile index ba13073ddc..2eb7d1bee5 100644 --- a/tests/periph_timer/Makefile +++ b/tests/periph_timer/Makefile @@ -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)))