drivers: sensor: Update DT symbols in qdec_nrfx driver
Currently used IRQ DT symbols became deprecated. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
033706c29c
commit
7bf0124adf
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ static int qdec_nrfx_init(struct device *dev)
|
|||
|
||||
LOG_DBG("");
|
||||
|
||||
IRQ_CONNECT(DT_NORDIC_NRF_QDEC_QDEC_0_IRQ,
|
||||
DT_NORDIC_NRF_QDEC_QDEC_0_IRQ_PRIORITY,
|
||||
IRQ_CONNECT(DT_NORDIC_NRF_QDEC_QDEC_0_IRQ_0,
|
||||
DT_NORDIC_NRF_QDEC_QDEC_0_IRQ_0_PRIORITY,
|
||||
nrfx_isr, nrfx_qdec_irq_handler, 0);
|
||||
|
||||
nerr = nrfx_qdec_init(&config, qdec_nrfx_event_handler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue