Skip to content

Commit 8c971f4

Browse files
committed
[update] format code
1 parent d99193e commit 8c971f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finsh/shell.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ int finsh_getchar(void)
164164
device = shell->device;
165165

166166
while (rt_device_read(device, -1, &ch, 1) != 1)
167-
{
167+
{
168168
rt_sem_take(&shell->rx_sem, RT_WAITING_FOREVER);
169169
if (shell->device != device)
170170
{

0 commit comments

Comments
 (0)