diff --git a/sys/include/saul_reg.h b/sys/include/saul_reg.h index a8d83a70d7..624e1db1b3 100644 --- a/sys/include/saul_reg.h +++ b/sys/include/saul_reg.h @@ -128,7 +128,7 @@ int saul_reg_read(saul_reg_t *dev, phydat_t *res); * @param[in] dev device to write to * @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 -ENOTSUP if read operation is not supported by the device * @return -ECANCELED on device errors