mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
sys/saul_reg: fixed return val doc for write func
This commit is contained in:
parent
e18acd2078
commit
dc4aa9768a
@ -128,7 +128,7 @@ int saul_reg_read(saul_reg_t *dev, phydat_t *res);
|
|||||||
* @param[in] dev device to write to
|
* @param[in] dev device to write to
|
||||||
* @param[in] data data to write to the device
|
* @param[in] data data to write to the device
|
||||||
*
|
*
|
||||||
* @return the number of data elements read to @p res [1-3]
|
* @return the number of data elements processed by the device
|
||||||
* @return -ENODEV if given device is invalid
|
* @return -ENODEV if given device is invalid
|
||||||
* @return -ENOTSUP if read operation is not supported by the device
|
* @return -ENOTSUP if read operation is not supported by the device
|
||||||
* @return -ECANCELED on device errors
|
* @return -ECANCELED on device errors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user