mirror of
https://github.com/espressif/openthread.git
synced 2026-08-07 03:07:47 +00:00
[tests] add "return" for dummy test platform API (#6000)
This commit is contained in:
@@ -691,6 +691,12 @@ otLinkMetrics otPlatRadioGetEnhAckProbingMetrics(otInstance *aInstance, const ot
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aInstance);
|
||||
OT_UNUSED_VARIABLE(aShortAddress);
|
||||
|
||||
otLinkMetrics metrics;
|
||||
|
||||
memset(&metrics, 0, sizeof(metrics));
|
||||
|
||||
return metrics;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user