Neri Tiziano / X_NUCLEO_IHM03A1_for

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Revision:
6:7af3838de91a
Parent:
5:e7dca8c6ae9f
Child:
7:9d772e2a9dbe
--- a/Components/PowerStep01/PowerStep01.h	Fri Mar 24 10:24:39 2017 +0000
+++ b/Components/PowerStep01/PowerStep01.h	Mon May 08 15:41:45 2017 +0000
@@ -122,14 +122,14 @@
      *     table's functions, if any (2).                                     *
      *                                                                        *
      * Example:                                                               *
-     *   virtual int GetValue(float *pData) //(1)                             *
+     *   virtual int get_value(float *pData) //(1)                            *
      *   {                                                                    *
-     *     return COMPONENT_GetValue(float *pfData);                          *
+     *     return COMPONENT_get_value(float *pfData);                         *
      *   }                                                                    *
      *                                                                        *
-     *   virtual int EnableFeature(void) //(2)                                *
+     *   virtual int enable_feature(void) //(2)                               *
      *   {                                                                    *
-     *     return COMPONENT_EnableFeature();                                  *
+     *     return COMPONENT_enable_feature();                                 *
      *   }                                                                    *
      *------------------------------------------------------------------------*/