fix: 修复dispatch单词拼写错误。
【背景】 打印有错误单词的提示语 [ERR] Dsipatch signals failed!, ret: 22 这里单词应该是 dispatch 。 【修改方案】 1. 将Dsipatch改为Dispatch。 【影响】 对现有的产品编译不会有影响。 re #I4BLE8 Change-Id: I26d4336d6d7f7bfc4811819be0a1e8ba9d7d50a8 Signed-off-by: pef <cyd1997@126.com>
This commit is contained in:
parent
52d1d8d8d0
commit
9b07aece2d
|
@ -756,7 +756,7 @@ static VOID SwtmrProc(UINTPTR tmrArg)
|
|||
}
|
||||
return;
|
||||
EXIT:
|
||||
PRINT_ERR("Dsipatch signals failed!, ret: %d\r\n", ret);
|
||||
PRINT_ERR("Dispatch signals failed!, ret: %d\r\n", ret);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue