Fix GPIO IRQ CSR generation
This commit is contained in:
parent
aef23c001a
commit
ce087640ed
|
@ -40,6 +40,7 @@ class _GPIOIRQ:
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
setattr(self.ev, f"i{n}", esp)
|
setattr(self.ev, f"i{n}", esp)
|
||||||
|
self.ev.finalize()
|
||||||
|
|
||||||
# GPIO Input ---------------------------------------------------------------------------------------
|
# GPIO Input ---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue