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
1 changed files with 1 additions and 0 deletions

View File

@ -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 ---------------------------------------------------------------------------------------