aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-02-02 10:15:28 +0100
committerStephane D'Alu <sdalu@sdalu.com>2016-02-02 10:15:28 +0100
commita8592bb3b15e1392bd1e2a0239d7f2b1f1f69d6e (patch)
tree46e370ee9efb53038d9e4813b3836a70ea72f623 /os/hal/boards
parentcdf17bd8b90eb11f405cbe8165a89ae34858a9c5 (diff)
downloadChibiOS-Contrib-a8592bb3b15e1392bd1e2a0239d7f2b1f1f69d6e.tar.gz
ChibiOS-Contrib-a8592bb3b15e1392bd1e2a0239d7f2b1f1f69d6e.tar.bz2
ChibiOS-Contrib-a8592bb3b15e1392bd1e2a0239d7f2b1f1f69d6e.zip
removed commented lines
Diffstat (limited to 'os/hal/boards')
-rw-r--r--os/hal/boards/NRF51-DK/board.c5
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) {}
}