diff options
-rw-r--r-- | os/hal/boards/NRF51-DK/board.c | 5 |
1 files changed, 0 insertions, 5 deletions
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) {} } |