gpio: fix typo in function documentation
Change-Id: I24cd9386f05e807c77faa61fea9a4ee4a0efec4f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5f7dd521fc
commit
3da30441f5
|
@ -252,7 +252,7 @@ static inline int gpio_pin_write(struct device *port, uint32_t pin,
|
|||
* @brief Read the data value of a single pin.
|
||||
* @param port Pointer to the device structure for the driver instance.
|
||||
* @param pin Pin number where data is read.
|
||||
* @param value Integer pointer to receive the data vales from the pin.
|
||||
* @param value Integer pointer to receive the data values from the pin.
|
||||
*/
|
||||
static inline int gpio_pin_read(struct device *port, uint32_t pin,
|
||||
uint32_t *value)
|
||||
|
|
Loading…
Reference in a new issue