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: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_IHM01A1 by
Diff: Components/Interfaces/Component_class.h
- Revision:
- 9:6f116ce8e314
- Parent:
- 7:f7e0c3621f77
- Child:
- 10:c3824af0caf4
--- a/Components/Interfaces/Component_class.h Mon Nov 23 11:10:54 2015 +0000
+++ b/Components/Interfaces/Component_class.h Wed Nov 25 12:08:01 2015 +0000
@@ -57,14 +57,14 @@
public:
/**
* @brief Initializing the component.
- * @param init pointer to device specific initalization structure.
+ * @param init Pointer to device specific initalization structure.
* @retval "0" in case of success, an error code otherwise.
*/
virtual int Init(void *init) = 0;
/**
* @brief Getting the ID of the component.
- * @param id pointer to an allocated variable to store the ID into.
+ * @param id Pointer to an allocated variable to store the ID into.
* @retval "0" in case of success, an error code otherwise.
*/
virtual int ReadID(uint8_t *id) = 0;
