mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 13:47:47 +00:00
[efr32] Radio: correct macAckWaitDuration (#4482)
This commit is contained in:
committed by
Jonathan Hui
parent
9b86de8260
commit
c47bded0ae
@@ -140,7 +140,7 @@ static const RAIL_IEEE802154_Config_t sRailIeee802154Config = {
|
||||
.ackConfig =
|
||||
{
|
||||
.enable = true,
|
||||
.ackTimeout = 894,
|
||||
.ackTimeout = 864,
|
||||
.rxTransitions =
|
||||
{
|
||||
.success = RAIL_RF_STATE_RX,
|
||||
|
||||
Reference in New Issue
Block a user