mirror of
https://github.com/espressif/openthread.git
synced 2026-09-20 16:07:36 +00:00
[spinel] add coprocessor reset failure callback (#11284)
Add a coprocessor reset failure callback to handle the coprocessor reset failure instead of letting the program crash directly.
This commit is contained in:
@@ -76,7 +76,7 @@ main()
|
||||
fi
|
||||
|
||||
reset_source
|
||||
build -DOT_POSIX_RCP_VENDOR_BUS=ON "$@"
|
||||
build -DOT_POSIX_RCP_VENDOR_BUS=ON -DOT_SPINEL_CP_RESET_FAIL_CALLBACK_ENABLE=ON "$@"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user