From 1e792098f6370616211fbf57bc5e24e8a1d6a42c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 21 May 2015 10:47:41 -0600 Subject: [PATCH] SAML21: Add logic to support GLCK peripheral channels; add logic to configure FDPLL lock timer and ref clock GCLKs --- configs/saml21-xplained/include/board.h | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/saml21-xplained/include/board.h b/configs/saml21-xplained/include/board.h index 839d9fb8c2..81bf329ae5 100644 --- a/configs/saml21-xplained/include/board.h +++ b/configs/saml21-xplained/include/board.h @@ -232,6 +232,7 @@ * BOARD_FDPLL96M_REFCLK - See OSCCTRL_DPLLCTRLB_REFLCK_* definitions * BOARD_FDPLL96M_REFCLK_CLKGEN - See GCLK_CLKCTRL_GEN* definitions * BOARD_FDPLL96M_LOCKTIME_ENABLE - Boolean (defined / not defined) + * BOARD_FDPLL96M_LOCKTIME_CLKGEN - See GCLK_CLKCTRL_GEN* definitions */ #undef BOARD_FDPLL96M_ENABLE