aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-02-05 19:00:57 +0100
committerStephane D'Alu <sdalu@sdalu.com>2016-02-05 19:00:57 +0100
commitff98f192c2698f40d84d14bb6a538e79323b72ef (patch)
tree88d4e177f33fbe589cb8a773375c7ae89b2044ff /os/hal/boards
parenta3a0be11dc5a81a36fb2b36b37780ea5d733d9fe (diff)
downloadChibiOS-Contrib-ff98f192c2698f40d84d14bb6a538e79323b72ef.tar.gz
ChibiOS-Contrib-ff98f192c2698f40d84d14bb6a538e79323b72ef.tar.bz2
ChibiOS-Contrib-ff98f192c2698f40d84d14bb6a538e79323b72ef.zip
nrf51 has a cristal
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/NRF51-DK/board.h1
1 files changed, 1 insertions, 0 deletions
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