From 161156b067568af45f41e0bf626f441a01418472 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Sun, 12 Apr 2020 14:57:40 +0200 Subject: [PATCH] boards/mcb2388: enable all timers --- boards/mcb2388/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/mcb2388/include/periph_conf.h b/boards/mcb2388/include/periph_conf.h index a785f2e7b6..6d77ddabef 100644 --- a/boards/mcb2388/include/periph_conf.h +++ b/boards/mcb2388/include/periph_conf.h @@ -41,7 +41,7 @@ extern "C" { * @name Timer configuration, select a number from 1 to 4 * @{ */ -#define TIMER_NUMOF (1U) +#define TIMER_NUMOF (4U) /** @} */ /**