state_machine: fix typo in documentation
This commit is contained in:
parent
88b232a525
commit
be89f0286c
|
@ -7,7 +7,7 @@ from loguru import logger
|
||||||
# "start imager" as imager
|
# "start imager" as imager
|
||||||
# "capture image" as capture
|
# "capture image" as capture
|
||||||
#
|
#
|
||||||
# START->imager["init"]
|
# START->stop["init"]
|
||||||
# imager->pump["start pumping"]
|
# imager->pump["start pumping"]
|
||||||
# pump->stop["stop"]
|
# pump->stop["stop"]
|
||||||
# stop->imager["start"]
|
# stop->imager["start"]
|
||||||
|
|
Loading…
Reference in a new issue