cores/gpio: Move self.ev.finalize after for loop.
This commit is contained in:
parent
8d3c03da08
commit
50822c080f
|
@ -40,7 +40,7 @@ class _GPIOIRQ:
|
|||
)
|
||||
]
|
||||
setattr(self.ev, f"i{n}", esp)
|
||||
self.ev.finalize()
|
||||
self.ev.finalize()
|
||||
|
||||
# GPIO Input ---------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue