drivers: timer: nrf: minor comment fix
Fix an inline comment in nrf_rtc_timer.c correcting the path to the mentioned test. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
ad92194250
commit
b0ef6d0693
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ static u32_t counter(void)
|
||||||
|
|
||||||
/* Note: this function has public linkage, and MUST have this
|
/* Note: this function has public linkage, and MUST have this
|
||||||
* particular name. The platform architecture itself doesn't care,
|
* particular name. The platform architecture itself doesn't care,
|
||||||
* but there is a test (tests/kernel/arm_irq_vector_table) that needs
|
* but there is a test (tests/arch/arm_irq_vector_table) that needs
|
||||||
* to find it to it can set it in a custom vector table. Should
|
* to find it to it can set it in a custom vector table. Should
|
||||||
* probably better abstract that at some point (e.g. query and reset
|
* probably better abstract that at some point (e.g. query and reset
|
||||||
* it by pointer at runtime, maybe?) so we don't have this leaky
|
* it by pointer at runtime, maybe?) so we don't have this leaky
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue