Merge pull request #1613 from adamhlt/master

Fix GPIO IRQ CSR generation
This commit is contained in:
enjoy-digital 2023-02-24 08:36:18 +01:00 committed by GitHub
commit 8d3c03da08
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) setattr(self.ev, f"i{n}", esp)
self.ev.finalize()
# GPIO Input --------------------------------------------------------------------------------------- # GPIO Input ---------------------------------------------------------------------------------------