mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 09:10:04 +00:00
Fix typo for pending channel in 9.2.7. (#789)
This commit is contained in:
@@ -43,7 +43,7 @@ ROUTER_ACTIVE_TIMESTAMP = 20
|
||||
ROUTER_PENDING_TIMESTAMP = 30
|
||||
ROUTER_PENDING_ACTIVE_TIMESTAMP = 21
|
||||
|
||||
COMMISSIONER_PENDING_CHANNEL = 2
|
||||
COMMISSIONER_PENDING_CHANNEL = 20
|
||||
COMMISSIONER_PENDING_PANID = 0xafce
|
||||
|
||||
class Cert_9_2_7_DelayTimer(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user