aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/hal_lld.h
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-02-05 18:58:31 +0100
committerStephane D'Alu <sdalu@sdalu.com>2016-02-05 18:58:31 +0100
commita3a0be11dc5a81a36fb2b36b37780ea5d733d9fe (patch)
tree42aed21351e5f34e25efec83f70a9e5ffb201901 /os/hal/ports/NRF51/NRF51822/hal_lld.h
parent5af8452153646009731c11dd92a8634695b60d55 (diff)
downloadChibiOS-Contrib-a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe.tar.gz
ChibiOS-Contrib-a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe.tar.bz2
ChibiOS-Contrib-a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe.zip
moved from HFCLK TIMER to RTC LFCLK
Diffstat (limited to 'os/hal/ports/NRF51/NRF51822/hal_lld.h')
-rw-r--r--os/hal/ports/NRF51/NRF51822/hal_lld.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/hal_lld.h b/os/hal/ports/NRF51/NRF51822/hal_lld.h
index 1cc9057..b685667 100644
--- a/os/hal/ports/NRF51/NRF51822/hal_lld.h
+++ b/os/hal/ports/NRF51/NRF51822/hal_lld.h
@@ -44,9 +44,11 @@
/*===========================================================================*/
/*===========================================================================*/
-/* Derived constants and error checks. */
+/* Driver constants and error checks. */
/*===========================================================================*/
+#define NRF51_LFCLK_FREQUENCY 32768
+
/*===========================================================================*/
/* Driver data structures and types. */
/*===========================================================================*/