fixed phaser number of rtio channels

This commit is contained in:
SingularitySurfer 2020-12-04 14:40:59 +00:00
parent 6ceb3f3095
commit cba631610c
1 changed files with 1 additions and 1 deletions

View File

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