We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Watchdog HAL documentation, function hal_watchdog_init() says it returns expiration time as positive value.
However, nrf52 implementation returns always 0.
Is the documentation wrong? the implementation?
// test assertion assert(hal_watchdog_init(1000) > 0);
The text was updated successfully, but these errors were encountered:
looks like documentation needs to be updated, I've checked few random MCUs and all return 0 on success
Sorry, something went wrong.
No branches or pull requests
Watchdog HAL documentation, function hal_watchdog_init() says it returns expiration time as positive value.
However, nrf52 implementation returns always 0.
Is the documentation wrong? the implementation?
The text was updated successfully, but these errors were encountered: