diff options
| author | Stephane D'Alu <sdalu@sdalu.com> | 2016-02-05 19:00:57 +0100 | 
|---|---|---|
| committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-02-05 19:00:57 +0100 | 
| commit | ff98f192c2698f40d84d14bb6a538e79323b72ef (patch) | |
| tree | 88d4e177f33fbe589cb8a773375c7ae89b2044ff | |
| parent | a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe (diff) | |
| download | ChibiOS-Contrib-ff98f192c2698f40d84d14bb6a538e79323b72ef.tar.gz ChibiOS-Contrib-ff98f192c2698f40d84d14bb6a538e79323b72ef.tar.bz2 ChibiOS-Contrib-ff98f192c2698f40d84d14bb6a538e79323b72ef.zip | |
nrf51 has a cristal
| -rw-r--r-- | os/hal/boards/NRF51-DK/board.h | 1 | 
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 | 
