From a8592bb3b15e1392bd1e2a0239d7f2b1f1f69d6e Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Tue, 2 Feb 2016 10:15:28 +0100 Subject: removed commented lines --- os/hal/boards/NRF51-DK/board.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'os/hal') diff --git a/os/hal/boards/NRF51-DK/board.c b/os/hal/boards/NRF51-DK/board.c index 7c18a6b..e976e56 100644 --- a/os/hal/boards/NRF51-DK/board.c +++ b/os/hal/boards/NRF51-DK/board.c @@ -77,9 +77,4 @@ void __early_init(void) */ void boardInit(void) { - //FIXME: not really needed yet - //NRF_CLOCK->XTALFREQ = 0xff; - //NRF_CLOCK->EVENTS_HFCLKSTARTED = 0; - //NRF_CLOCK->TASKS_HFCLKSTART = 1; - //while (!NRF_CLOCK->EVENTS_HFCLKSTARTED) {} } -- cgit v1.2.3