mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 20:51:36 +00:00
The DMA interrupt handlers for multiple drivers took two parameters but the signature expected by the registration function assumed the handlers had three parameters. The solution was to conditionally add a third parameter (ignored) and mark it with RTEMS_UNUSED. For the UART and USART drivers, there was a type defined for the handler which included the incorrect signature. Changed to use the DMA handler type.