diff --git a/syringefilled.h b/syringefilled.h index c3d4902592706c868e0496f5e59d59f03580c119..8cbfe8b56ef7008c5080105a7aa2be9a498f59ba 100644 --- a/syringefilled.h +++ b/syringefilled.h @@ -81,9 +81,9 @@ class SyringeFilled : public Motor void manage_emergency (bool pressed, bool stepperMoving); void run_from_emergency(); //CLI - //METHODS CLI - bool check_configuration(); //a implementer - void show_configuration(); //a implementer + //CONFIGURATIONS + bool check_configuration(); //CLI + void show_configuration(); //CLI };