From 9210f0db7de8e7656bf396620b0808efa74b56f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Tue, 1 Aug 2017 14:22:22 +0200 Subject: [PATCH] mulle: Update RTT config to match other Kinetis boards --- boards/mulle/include/periph_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/mulle/include/periph_conf.h b/boards/mulle/include/periph_conf.h index fecdf2930e..f0a17cb8e9 100644 --- a/boards/mulle/include/periph_conf.h +++ b/boards/mulle/include/periph_conf.h @@ -363,9 +363,9 @@ static const spi_conf_t spi_config[] = { * @{ */ #define RTT_NUMOF (1U) -#define RTT_IRQ_PRIO CPU_DEFAULT_IRQ_PRIO #define RTT_IRQ RTC_IRQn -#define RTT_ISR isr_rtc_alarm +#define RTT_IRQ_PRIO 10 +#define RTT_ISR isr_rtc #define RTT_DEV RTC #define RTT_UNLOCK() (BITBAND_REG32(SIM->SCGC6, SIM_SCGC6_RTC_SHIFT) = 1) #define RTT_MAX_VALUE (0xffffffff)