mirror of
https://github.com/espressif/openthread.git
synced 2026-07-26 05:53:45 +00:00
[spinel] fix unused variables (#6252)
This commit is contained in:
@@ -2150,6 +2150,8 @@ uint32_t RadioSpinel<InterfaceType, ProcessContextType>::GetBusSpeed(void) const
|
||||
template <typename InterfaceType, typename ProcessContextType>
|
||||
void RadioSpinel<InterfaceType, ProcessContextType>::HandleRcpUnexpectedReset(spinel_status_t aStatus)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aStatus);
|
||||
|
||||
otLogCritPlat("Unexpected RCP reset: %s", spinel_status_to_cstr(aStatus));
|
||||
|
||||
#if OPENTHREAD_SPINEL_CONFIG_RCP_RESTORATION_MAX_COUNT > 0
|
||||
|
||||
Reference in New Issue
Block a user