Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Diff: Components/PowerStep01/PowerStep01.h
- 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(); * * } * *------------------------------------------------------------------------*/