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/boards/WVSHARE_BLE400/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/boards/WVSHARE_BLE400/board.h') diff --git a/os/hal/boards/WVSHARE_BLE400/board.h b/os/hal/boards/WVSHARE_BLE400/board.h index 57578b5..536b7f6 100644 --- a/os/hal/boards/WVSHARE_BLE400/board.h +++ b/os/hal/boards/WVSHARE_BLE400/board.h @@ -22,7 +22,7 @@ #define BOARD_NAME "WvShare BLE400" /* Board oscillators-related settings. */ -#define XTAL_VALUE 16000000 +#define NRF51_XTAL_VALUE 16000000 /* GPIO pins. */ #define KEY1 16 -- cgit v1.2.3