Fix GPIO IRQ CSR generation

This commit is contained in:
Adam Henault 2023-02-23 17:08:08 +01:00 committed by GitHub
parent aef23c001a
commit ce087640ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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