mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
mp_irq_init() is useful when the IRQ object is allocated by the caller. The mp_irq_methods_t.init method is not used anywhere so has been removed. Signed-off-by: Damien George <damien@micropython.org>