drivers: usb: udc: fix return api description
Replace IN by OUT for udc_ctrl_stage_is_status_out. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This commit is contained in:
parent
49e5a0dc5a
commit
c26aa183c3
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ bool udc_ctrl_stage_is_status_in(const struct device *dev);
|
|||
*
|
||||
* @param[in] dev Pointer to device struct of the driver instance
|
||||
*
|
||||
* @return true if stage is Data Stage IN
|
||||
* @return true if stage is Data Stage OUT
|
||||
*/
|
||||
bool udc_ctrl_stage_is_status_out(const struct device *dev);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue