cores/gpio: Move self.ev.finalize after for loop.

This commit is contained in:
Florent Kermarrec 2023-02-24 08:37:23 +01:00
parent 8d3c03da08
commit 50822c080f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class _GPIOIRQ:
) )
] ]
setattr(self.ev, f"i{n}", esp) setattr(self.ev, f"i{n}", esp)
self.ev.finalize() self.ev.finalize()
# GPIO Input --------------------------------------------------------------------------------------- # GPIO Input ---------------------------------------------------------------------------------------