fix Calculte error

This commit is contained in:
Liu_Weichao
2023-01-10 17:49:20 +08:00
parent c621db2ca7
commit 8001b07341
11 changed files with 14 additions and 14 deletions
@@ -25,7 +25,7 @@
* you cannot use double-clicking the tab to complete the command help,
* and you cannot use the shell timeout lock
*/
#define SHELL_GET_TICK() CalculteTimeMsFromTick(CurrentTicksGain())
#define SHELL_GET_TICK() CalculateTimeMsFromTick(CurrentTicksGain())
/**