Skip to content
Snippets Groups Projects
Commit 1f099bc3 authored by Malaurie Bernard's avatar Malaurie Bernard
Browse files

typing error

parent 7780a079
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
...@@ -213,7 +213,7 @@ void SyringeFilled::manage_emergency (bool pressed, bool at_zero) ...@@ -213,7 +213,7 @@ void SyringeFilled::manage_emergency (bool pressed, bool at_zero)
set_emergency(true); set_emergency(true);
if (at_zero) //if we are at te initialisation place if (at_zero) //if we are at te initialisation place
{ {
run_from_emergency() run_from_emergency();
} }
else else
{ {
......
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