From a3a0be11dc5a81a36fb2b36b37780ea5d733d9fe Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Fri, 5 Feb 2016 18:58:31 +0100 Subject: moved from HFCLK TIMER to RTC LFCLK --- os/hal/ports/NRF51/NRF51822/hal_lld.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'os/hal/ports/NRF51/NRF51822/hal_lld.h') 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. */ /*===========================================================================*/ -- cgit v1.2.3