aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/NRF51/NRF51822/hal_lld.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/hal_lld.c b/os/hal/ports/NRF51/NRF51822/hal_lld.c
index b1a0d34..57caf9e 100644
--- a/os/hal/ports/NRF51/NRF51822/hal_lld.c
+++ b/os/hal/ports/NRF51/NRF51822/hal_lld.c
@@ -60,9 +60,6 @@ void hal_lld_init(void)
NRF_GPIO->PIN_CNF[18] = 1;
NRF_GPIO->PIN_CNF[19] = 1;
NRF_GPIO->OUTSET = ((uint32_t) 1 << 18) | ((uint32_t) 1 << 19);
-
- //FIXME!
- while (1) {}
}
/**