Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix/fix_caps_compatibility_isuue' into 'main'
fix(br): register a compatibility error handler for border router See merge request espressif/esp-thread-br!144
- Loading branch information
6f1f618
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.
esp-thread-br-main/examples/common/thread_border_router/src/border_router_launch.c: In function 'ot_task_worker':
esp-thread-br-main/examples/common/thread_border_router/src/border_router_launch.c:164:5: error: implicit declaration of function 'esp_openthread_set_compatibility_error_callback' [-Werror=implicit-function-declaration]
164 | esp_openthread_set_compatibility_error_callback(rcp_failure_handler);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6f1f618
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.
This PR is to properly handle rcp compatibility errors. Please update the esp-idf to the master which contains this commit espressif/esp-idf@f41b43d