mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[test] verify behavior of RxChannelAfterTxDone (#10817)
This commit adds a test to verify RX channel is switched correctly after TX done.
This commit is contained in:
@@ -345,7 +345,7 @@ otError otPlatRadioDisable(otInstance *) { return OT_ERROR_NONE; }
|
||||
|
||||
otError otPlatRadioSleep(otInstance *) { return OT_ERROR_NONE; }
|
||||
|
||||
otError otPlatRadioReceive(otInstance *, uint8_t) { return OT_ERROR_NONE; }
|
||||
otError otPlatRadioReceive(otInstance *, uint8_t aChannel) { return FakePlatform::CurrentPlatform().Receive(aChannel); }
|
||||
|
||||
otError otPlatRadioTransmit(otInstance *, otRadioFrame *aFrame)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user