mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 02:17:47 +00:00
[fuzz] fix otPlatRadioSetExtendedAddress in mock platform (#2051)
This commit is contained in:
@@ -84,7 +84,7 @@ void otPlatRadioSetPanId(otInstance *aInstance, uint16_t aPanId)
|
||||
(void)aPanId;
|
||||
}
|
||||
|
||||
void otPlatRadioSetExtendedAddress(otInstance *aInstance, otExtAddress *aExtAddr)
|
||||
void otPlatRadioSetExtendedAddress(otInstance *aInstance, const otExtAddress *aExtAddr)
|
||||
{
|
||||
(void)aInstance;
|
||||
(void)aExtAddr;
|
||||
|
||||
Reference in New Issue
Block a user