File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -640,7 +640,7 @@ static void finsh_thread_entry(void *parameter)
640
640
641
641
continue ;
642
642
}
643
- #if defined(FINSH_USING_WORD_OPERATION )
643
+ #if defined(FINSH_USING_WORD_OPERATION )
644
644
/* Add Ctrl+Left/Right handling */
645
645
else if (ch == '1 ')
646
646
{
@@ -675,7 +675,7 @@ static void finsh_thread_entry(void *parameter)
675
675
}
676
676
}
677
677
}
678
- #endif /*defined(FINSH_USING_WORD_OPERATION) */
678
+ #endif /*defined(FINSH_USING_WORD_OPERATION) */
679
679
}
680
680
681
681
/* received null or error */
@@ -728,7 +728,7 @@ static void finsh_thread_entry(void *parameter)
728
728
729
729
continue ;
730
730
}
731
- #if defined(FINSH_USING_WORD_OPERATION )
731
+ #if defined(FINSH_USING_WORD_OPERATION )
732
732
/* Add Ctrl+Backspace handling */
733
733
else if (ch == 0x17 ) /* Ctrl+Backspace (typically ^W) */
734
734
{
@@ -764,7 +764,7 @@ static void finsh_thread_entry(void *parameter)
764
764
765
765
continue ;
766
766
}
767
- #endif /*defined(FINSH_USING_WORD_OPERATION) */
767
+ #endif /*defined(FINSH_USING_WORD_OPERATION) */
768
768
/* handle end of line, break */
769
769
if (ch == '\r' || ch == '\n' )
770
770
{
You can’t perform that action at this time.
0 commit comments