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

Typping error

parent 3982a36a
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
...@@ -59,7 +59,7 @@ string Syringe :: get_ref() ...@@ -59,7 +59,7 @@ string Syringe :: get_ref()
string Syringe :: get_brand( ) string Syringe :: get_brand( )
{ {
return SyringeJSON["brand"].as<string>; return SyringeJSON["brand"].as<string>();
} }
float Syringe :: get_total_volume_mL() float Syringe :: get_total_volume_mL()
......
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