1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

Merge pull request #12705 from fjmolinas/pr_fix_periph_timer_frdmk64f

tests/periph_timer: add frdm-k64f/k22f to 32kHz timers
This commit is contained in:
Kevin "Tristate Tom" Weiss 2019-11-14 11:38:43 +01:00 committed by GitHub
commit 57e791fcc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ BOARDS_TIMER_32kHz := \
hifive1 \
hifive1b \
%-kw41z \
frdm-k64f \
frdm-k22f \
#
ifneq (,$(filter $(BOARDS_TIMER_25kHz),$(BOARD)))