Merge pull request #1558 from quartiq/phased_ddb_fix

Phased ddb fix
pull/1561/head
Robert Jördens 2020-12-04 16:38:40 +01:00 committed by GitHub
commit 33285253fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ class PeripheralManager:
}}""",
name=self.get_name("phaser"),
channel=rtio_offset)
return 2
return 5
def process(self, rtio_offset, peripheral):
processor = getattr(self, "process_"+str(peripheral["type"]))