diff --git a/os/hal/boards/NRF51-DK/board.c b/os/hal/boards/NRF51-DK/board.c index 7c18a6b7..e976e568 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) {} }