-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I am going through a repeated process where I establish and tear down a DMX service. And I'm doing something wrong because I'm getting: intr_alloc: No free interrupt inputs for UART1 interrupt (flags 0x40E) every 3 cycles.
To establish I used this sequence:
- dmx_driver_install
- dmx_set_pin
To tear down I use this sequence:
- dmx_driver_disable
- dmx_driver_delete
How can I make sure all resources are freed?
Metadata
Metadata
Assignees
Labels
No labels