[PATCH 1/3] bsps/xil-ttc: Use interrupt entry
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Apr 11 14:29:46 UTC 2024
On 11.04.24 16:27, Kinsey Moore wrote:
> static void zynqmp_ttc_clock_driver_support_install_isr(
> rtems_interrupt_handler handler
> )
> {
> rtems_status_code sc;
>
> - sc = rtems_interrupt_handler_install(
> - BSP_SELECTED_TTC_IRQ,
> - "Clock",
> - RTEMS_INTERRUPT_UNIQUE,
> + rtems_interrupt_entry_initialize(
> + &zynqmp_ttc_interrupt_entry,
> handler,
> &ttc_clock_instance
>
>
> There is a missing comma here preventing compilation.
Thanks, I will fix this. I introduced this error in a rebase.
--
embedded brains GmbH & Co. KG
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax: +49-89-18 94 741 - 08
Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/
More information about the devel
mailing list