Skip to content

Commit 7ed687d

Browse files
Andrew Boienashif
authored andcommitted
adc: amend adc_read_async comment
This is no longer necessary since the sequence is copied. Signed-off-by: Andrew Boie <[email protected]>
1 parent b942efd commit 7ed687d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/adc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ static inline int z_impl_adc_read(struct device *dev,
358358
*
359359
* @param dev Pointer to the device structure for the driver instance.
360360
* @param sequence Structure specifying requested sequence of samplings.
361-
* Caller should ensure lifetime of this structure spans
362-
* until asynchronous read is finished.
363361
* @param async Pointer to a valid and ready to be signaled struct
364362
* k_poll_signal. (Note: if NULL this function will not notify
365363
* the end of the transaction, and whether it went successfully

0 commit comments

Comments
 (0)