Skip to content

Commit 7e75c07

Browse files
youzuweiCopilot
andauthored
Update components/finsh/shell.c
Co-authored-by: Copilot <[email protected]>
1 parent 8c371d8 commit 7e75c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finsh/shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ static struct finsh_snapshot *finsh_snapshot_alloc(char *cmd, rt_size_t cmd_leng
523523
}
524524
if (i >= FINSH_SNAPSHOT_DEPTH)
525525
{
526-
rt_kprintf("No available snapshot buffer zone!\n");
526+
rt_kprintf("No available snapshot buffer!\n");
527527
return RT_NULL;
528528
}
529529
#else

0 commit comments

Comments
 (0)