f

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IHM01A1 by ST

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Fri Apr 08 12:47:39 2016 +0000
Parent:
25:1c3146315f16
Child:
27:990963ed581b
Commit message:
+ Some comments updated.

Changed in this revision

Components/Interfaces/StepperMotor_class.h Show annotated file Show diff for this revision Revisions of this file
Components/l6474/l6474_class.h Show annotated file Show diff for this revision Revisions of this file
--- a/Components/Interfaces/StepperMotor_class.h	Thu Apr 07 16:31:49 2016 +0000
+++ b/Components/Interfaces/StepperMotor_class.h	Fri Apr 08 12:47:39 2016 +0000
@@ -45,7 +45,7 @@
 
 /* Includes ------------------------------------------------------------------*/
 
-#include <Component_class.h>
+#include "Component_class.h"
 
 
 /* Classes  ------------------------------------------------------------------*/
--- a/Components/l6474/l6474_class.h	Thu Apr 07 16:31:49 2016 +0000
+++ b/Components/l6474/l6474_class.h	Fri Apr 08 12:47:39 2016 +0000
@@ -175,7 +175,7 @@
         return (unsigned int) L6474_CmdGetStatus();
     }
 
-   /**
+    /**
      * @brief  Getting a parameter.
      * @param  parameter A parameter's register address.
      * @retval The parameter's value.
@@ -313,7 +313,7 @@
         return (direction_t) (L6474_GetDirection() == FORWARD ? StepperMotor::FWD : StepperMotor::BWD);
     }
 
-   /**
+    /**
      * @brief   Setting a parameter.
      * @param   parameter A parameter's register address.
      * @param   value The parameter's value.