Update

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

Revision:
40:117b324843ee
Parent:
39:6cc9a40bc8a6
--- a/STEPPER.cpp	Tue May 14 08:05:58 2019 +0000
+++ b/STEPPER.cpp	Tue May 14 20:30:07 2019 +0000
@@ -128,7 +128,7 @@
 
 
 /* ---------------------- Get Marked Position ------------------------------- */
-/*
+
 int Stepper_1_GetMark()
 {
     return motors[0]->get_mark();
@@ -145,7 +145,7 @@
 {
     return motors2[1]->get_mark();
 }
-*/
+
 /* ---------------------------- END ----------------------------------------- */