Antonio Maiorquim / Joystick_S_Controller

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_IHM01A1 by ST

Revision:
9:6f116ce8e314
Parent:
7:f7e0c3621f77
Child:
10:c3824af0caf4
diff -r 42e0b00b1e4d -r 6f116ce8e314 Components/Interfaces/Component_class.h
--- 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;