5 is correct.

This commit is contained in:
SingularitySurfer 2020-12-04 14:49:30 +00:00
parent cba631610c
commit 9b4b550f76
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 6
return 5
def process(self, rtio_offset, peripheral):
processor = getattr(self, "process_"+str(peripheral["type"]))