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

Return 1 on Error #5

Open
farzadpanahi opened this issue Sep 26, 2018 · 0 comments
Open

Return 1 on Error #5

farzadpanahi opened this issue Sep 26, 2018 · 0 comments

Comments

@farzadpanahi
Copy link

Shouldn't there be an "else" for the following "if" to return 1?

if (da_test_show(0) == 0) {

Right now if the program fails (for instance failed to set enable bit) it will return 0, which I think should be 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant