aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/NRF51822/hal_lld.c
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-04-09 11:44:44 +0200
committerGitHub <noreply@github.com>2019-04-09 11:44:44 +0200
commit9abc320aa536698bfe04a158a282ea3cf7daea90 (patch)
tree3ad585cddf3616d178ba62e3875f5e99bd2247cb /os/hal/ports/NRF5/NRF51822/hal_lld.c
parent4decb6aed3d8f2987d6b255eab1f6eadf39be46a (diff)
parent6fab9821ebd6bda8c21654513bcec8dddb46748e (diff)
downloadChibiOS-Contrib-9abc320aa536698bfe04a158a282ea3cf7daea90.tar.gz
ChibiOS-Contrib-9abc320aa536698bfe04a158a282ea3cf7daea90.tar.bz2
ChibiOS-Contrib-9abc320aa536698bfe04a158a282ea3cf7daea90.zip
Merge pull request #191 from ObKo/nrf52-pal-new
NRF5x: Add support for PAL events.
Diffstat (limited to 'os/hal/ports/NRF5/NRF51822/hal_lld.c')
-rw-r--r--os/hal/ports/NRF5/NRF51822/hal_lld.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/NRF5/NRF51822/hal_lld.c b/os/hal/ports/NRF5/NRF51822/hal_lld.c
index f33fdda..412cfea 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_lld.c
+++ b/os/hal/ports/NRF5/NRF51822/hal_lld.c
@@ -80,6 +80,8 @@ void hal_lld_init(void)
(NRF5_SYSTEM_TICKS == NRF5_SYSTEM_TICKS_AS_RTC)
NRF_CLOCK->TASKS_LFCLKSTART = 1;
#endif
+
+ irqInit();
}
/**