We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8a7df0 + 5206add commit 91bd396Copy full SHA for 91bd396
hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/common_rtc.h
@@ -24,7 +24,7 @@
24
// Instance 0 is reserved for SoftDevice.
25
// Instance 1 is used as a common one for us_ticker, lp_ticker and (in case
26
// of NRF51) as an alternative tick source for RTOS.
27
-// ["os_tick.c" uses hard coded addresses of the 'NRF_RTC1->EVENT_COMPARE[1]'
+// ["us_ticker.c" uses hard coded addresses of the 'NRF_RTC1->EVENT_COMPARE[1]'
28
// register in inline assembly implementations of COMMON_RTC_IRQ_HANDLER,
29
// please remember to update those in case of doing changes here]
30
#define COMMON_RTC_INSTANCE NRF_RTC1
hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/os_tick.c
0 commit comments