We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2d241 commit 3288485Copy full SHA for 3288485
src/ttboard/demoboard.py
@@ -178,7 +178,7 @@ def mode(self):
178
def mode(self, setTo:int):
179
if self.mode != setTo:
180
if self.is_auto_clocking:
181
- autoClockFreq = self.auto_clocking_freq()
+ autoClockFreq = self.auto_clocking_freq
182
self.clock_project_stop()
183
log.warn(f'Was auto-clocking @ {autoClockFreq} but stopping for mode change')
184
0 commit comments