diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/NRF51/NRF51822/hal_lld.c | 3 |
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) {} } /** |