mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
openthread: add SPI support in Radio Co-Processor
This commit is contained in:
@@ -108,12 +108,7 @@ public:
|
||||
*/
|
||||
void RegisterRcpFailureHandler(esp_openthread_rcp_failure_handler handler) { mRcpFailureHandler = handler; }
|
||||
|
||||
void OnRcpReset(void)
|
||||
{
|
||||
if (mRcpFailureHandler) {
|
||||
mRcpFailureHandler();
|
||||
}
|
||||
}
|
||||
void OnRcpReset(void);
|
||||
|
||||
otError ResetConnection(void) { return OT_ERROR_NONE; }
|
||||
|
||||
|
Reference in New Issue
Block a user