From 2b97ae04b95115beca142504af8830eb8c60f1c9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 10 Jun 2015 08:18:05 -0600 Subject: [PATCH] SAML21: A different SLOW clock must be used with SERCOM5 --- configs/saml21-xplained/include/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/saml21-xplained/include/board.h b/configs/saml21-xplained/include/board.h index 44244f18b12..b446333a850 100644 --- a/configs/saml21-xplained/include/board.h +++ b/configs/saml21-xplained/include/board.h @@ -496,11 +496,11 @@ /* SERCOM definitions ***************************************************************/ /* This is the source clock generator for the GCLK_SERCOM_SLOW clock that is common - * to all SERCOM modules. + * to SERCOM modules 0-4. It will generate clocking on the common SERCOM0-4 + * channel. */ #define BOARD_SERCOM_SLOW_GCLKGEN 0 -#define BOARD_SERCOM_SLOW_GCLKCHAN GCLK_CHAN_SERCOM0_SLOW /* SERCOM0 SPI is available on EXT1 *