Skip to content
Snippets Groups Projects
Commit 08ccf531 authored by kpetersn's avatar kpetersn
Browse files

Fixed typo

parent d891a93e
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ mip_dict = {1 << 0 : ("Jog forward", ("Done", "In Progress")),
1 << 6 : ("Retry", ("Done", "In Progress")),
1 << 7 : ("Load position", ("Done", "In Progress")),
1 << 8 : ("Backlash", ("Done", "In Progress")),
1 << 9 : ("Stoping", ("Done", "In Progress")),
1 << 9 : ("Stopping", ("Done", "In Progress")),
1 << 10 : ("Delay request", ("Done", "In Progress")),
1 << 11 : ("Delay acknowledge", ("Done", "In Progress")),
1 << 12 : ("Jog request", ("Done", "In Progress")),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment