Skip to content

Commit 3288485

Browse files
committed
Mean bug when switching mode while auto-clocking, fixed
1 parent de2d241 commit 3288485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ttboard/demoboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def mode(self):
178178
def mode(self, setTo:int):
179179
if self.mode != setTo:
180180
if self.is_auto_clocking:
181-
autoClockFreq = self.auto_clocking_freq()
181+
autoClockFreq = self.auto_clocking_freq
182182
self.clock_project_stop()
183183
log.warn(f'Was auto-clocking @ {autoClockFreq} but stopping for mode change')
184184

0 commit comments

Comments
 (0)