Skip to content

Commit

Permalink
Mean bug when switching mode while auto-clocking, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
psychogenic committed Nov 19, 2024
1 parent de2d241 commit 3288485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ttboard/demoboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def mode(self):
def mode(self, setTo:int):
if self.mode != setTo:
if self.is_auto_clocking:
autoClockFreq = self.auto_clocking_freq()
autoClockFreq = self.auto_clocking_freq
self.clock_project_stop()
log.warn(f'Was auto-clocking @ {autoClockFreq} but stopping for mode change')

Expand Down

0 comments on commit 3288485

Please sign in to comment.