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
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* @brief Read the data value of a single pin.
|
||||||
* @param port Pointer to the device structure for the driver instance.
|
* @param port Pointer to the device structure for the driver instance.
|
||||||
* @param pin Pin number where data is read.
|
* @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,
|
static inline int gpio_pin_read(struct device *port, uint32_t pin,
|
||||||
uint32_t *value)
|
uint32_t *value)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue