-
Notifications
You must be signed in to change notification settings - Fork 3k
ESP8266: calls MBED_ERROR if modem's watchdog reset gets triggered #9456
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
ESP8266: calls MBED_ERROR if modem's watchdog reset gets triggered #9456
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked that there is also MBED_ERROR_CODE_TIMEOUT, but I guess you made a better choice. I personally don't understand the difference between the two and TIMEOUT isn't used anywhere, so let's stick with ETIME.
@VeijoPesonen, thank you for your changes. |
While we finalize reviews, CI started |
Test run: FAILEDSummary: 1 of 12 test jobs failed Failed test jobs:
|
jenkins-ci/greentea-test restarted |
Waiting on either @kjbracey-arm or @michalpasztamobica to ok before merging. |
@michalpasztamobica please re-review. |
Description
ESP8266: calls MBED_ERROR if modem's watchdog reset gets triggered. Addresses the issue #9425
Pull request type
Reviewers
@SeppoTakalo
@kjbracey-arm
@michalpasztamobica