removed commented lines

This commit is contained in:
Stephane D'Alu 2016-02-02 10:15:28 +01:00
parent cdf17bd8b9
commit a8592bb3b1
1 changed files with 0 additions and 5 deletions

View File

@ -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) {}
}