mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[test] add implementation of otPlatRadioSetChannelTargetPower in FakePlatform (#10865)
This commit is contained in:
@@ -406,6 +406,9 @@ otError otPlatRadioConfigureEnhAckProbing(otInstance *, otLinkMetrics, otShortAd
|
||||
return OT_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
// Add WEAK here because in some unit test there is an implementation for `otPlatRadioSetChannelTargetPower`
|
||||
OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *, uint8_t, int16_t) { return OT_ERROR_NONE; }
|
||||
|
||||
void otPlatReset(otInstance *) {}
|
||||
|
||||
otPlatResetReason otPlatGetResetReason(otInstance *) { return OT_PLAT_RESET_REASON_POWER_ON; }
|
||||
|
||||
Reference in New Issue
Block a user