File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
uac2_explicit_feedback/src
uac2_implicit_feedback/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ static const nrfx_gpiote_t gpiote =
64
64
NRFX_GPIOTE_INSTANCE (FEEDBACK_GPIOTE_INSTANCE_NUMBER );
65
65
66
66
static const nrfx_timer_t feedback_timer_instance =
67
- NRFX_TIMER_INSTANCE (FEEDBACK_TIMER_INSTANCE_NUMBER );
67
+ NRFX_TIMER_INSTANCE (NRF_TIMER_INST_GET ( FEEDBACK_TIMER_INSTANCE_NUMBER ) );
68
68
69
69
/* See 5.12.4.2 Feedback in Universal Serial Bus Specification Revision 2.0 for
70
70
* more information about the feedback. There is a direct implementation of the
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ static inline void feedback_target_init(void)
52
52
#endif
53
53
54
54
static const nrfx_timer_t feedback_timer_instance =
55
- NRFX_TIMER_INSTANCE (FEEDBACK_TIMER_INSTANCE_NUMBER );
55
+ NRFX_TIMER_INSTANCE (NRF_TIMER_INST_GET ( FEEDBACK_TIMER_INSTANCE_NUMBER ) );
56
56
57
57
/* While it might be possible to determine I2S FRAMESTART to USB SOF offset
58
58
* entirely in software, the I2S API lacks appropriate timestamping. Therefore
You can’t perform that action at this time.
0 commit comments