Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: stepper: api: add -ECANCELLED error code for move operations #83241

Merged

Conversation

jilaypandya
Copy link
Contributor

If the stepper is not enabled, calling any of the move operations shall return -ECANCELLED

If the stepper is not enabled, calling any of the move operations
shall return -ECANCELED

Signed-off-by: Jilay Pandya <[email protected]>
return -ECANCELED when move operations are called with stepper not enabled

Signed-off-by: Jilay Pandya <[email protected]>
@jilaypandya jilaypandya force-pushed the feature/update-stepper-api branch from cba78df to 31d973f Compare December 19, 2024 20:49
@kartben kartben merged commit 2382d23 into zephyrproject-rtos:main Dec 23, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants