mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 05:10:25 +00:00
[test] fix python formatting in v1_2_* tests (#5225)
In some test scripts, %s and format() are used by mistake.
This commit is contained in:
+1
-2
@@ -500,8 +500,7 @@ void Interpreter::ProcessBackboneRouter(uint8_t aArgsLength, char *aArgs[])
|
||||
#if OPENTHREAD_FTD && OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
|
||||
otError Interpreter::ProcessBackboneRouterLocal(uint8_t aArgsLength, char *aArgs[])
|
||||
{
|
||||
otError error = OT_ERROR_NONE;
|
||||
;
|
||||
otError error = OT_ERROR_NONE;
|
||||
otBackboneRouterConfig config;
|
||||
unsigned long value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user