From ff98f192c2698f40d84d14bb6a538e79323b72ef Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Fri, 5 Feb 2016 19:00:57 +0100 Subject: nrf51 has a cristal --- os/hal/boards/NRF51-DK/board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os') diff --git a/os/hal/boards/NRF51-DK/board.h b/os/hal/boards/NRF51-DK/board.h index abd8f7a..04c8daf 100644 --- a/os/hal/boards/NRF51-DK/board.h +++ b/os/hal/boards/NRF51-DK/board.h @@ -23,6 +23,7 @@ /* Board oscillators-related settings. */ #define NRF51_XTAL_VALUE 16000000 +#define NRF51_LFCLK_SOURCE 1 /* GPIO pins. */ #define BTN1 17 -- cgit v1.2.3