fixed phaser number of rtio channels

pull/1558/head
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"),
channel=rtio_offset)
return 2
return 6
def process(self, rtio_offset, peripheral):
processor = getattr(self, "process_"+str(peripheral["type"]))