Commit 9dbc113
committed
[nrf fromlist] drivers: timer: nrf_grtc: Add app-defined post-init function
Upstream PR #: 98505
When CONFIG_NRF_GRTC_TIMER_APP_DEFINED_INIT=y, the compiler would warn
that `grtc_post_init()` was unused, because this feature was not updated
to account for the fact that clock init has been split into two stages.
Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit c161040a28871438dc92b977c37f7df9794f1a40)1 parent be5d777 commit 9dbc113
File tree
2 files changed
+14
-0
lines changed- drivers/timer
- include/zephyr/drivers/timer
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
592 | 597 | | |
593 | 598 | | |
594 | 599 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
212 | 221 | | |
213 | 222 | | |
214 | 223 | | |
| |||
0 commit comments