From 5259158d1727f3703bc90f88d50938eada316f67 Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Sun, 10 Jul 2016 10:48:04 +0200 Subject: renamed NRF51_* to NRF5_* --- os/hal/boards/NRF52-DK/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/boards') diff --git a/os/hal/boards/NRF52-DK/board.h b/os/hal/boards/NRF52-DK/board.h index ba15fa7..5c7566a 100644 --- a/os/hal/boards/NRF52-DK/board.h +++ b/os/hal/boards/NRF52-DK/board.h @@ -22,8 +22,8 @@ #define BOARD_NAME "nRF52 DK" /* Board oscillators-related settings. */ -#define NRF52_XTAL_VALUE 64000000 -#define NRF52_LFCLK_SOURCE 1 +#define NRF5_XTAL_VALUE 32000000 +#define NRF5_LFCLK_SOURCE 1 /* * GPIO pins. -- cgit v1.2.3