Skip to content

Commit

Permalink
Clean up statemachine diagram in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Feb 26, 2024
1 parent cbcdd48 commit 2635e86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atxm/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ class _Machine(StateMachine):
# State Machine:
#
# Idle <---> Busy <---> Paused
# | ^ | ^ | ^
# V | V | V |
# _ _ _
# | ^ | ^ | ^
# V | V | V |
# _ _ _
#
_BUSY = State("Busy")
_IDLE = State("Idle", initial=True)
Expand Down

0 comments on commit 2635e86

Please sign in to comment.