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)
640640
641641 continue ;
642642 }
643- #if defined(FINSH_USING_WORD_OPERATION )
643+ #if defined(FINSH_USING_WORD_OPERATION )
644644 /* Add Ctrl+Left/Right handling */
645645 else if (ch == '1 ')
646646 {
@@ -675,7 +675,7 @@ static void finsh_thread_entry(void *parameter)
675675 }
676676 }
677677 }
678- #endif /*defined(FINSH_USING_WORD_OPERATION) */
678+ #endif /*defined(FINSH_USING_WORD_OPERATION) */
679679 }
680680
681681 /* received null or error */
@@ -728,7 +728,7 @@ static void finsh_thread_entry(void *parameter)
728728
729729 continue ;
730730 }
731- #if defined(FINSH_USING_WORD_OPERATION )
731+ #if defined(FINSH_USING_WORD_OPERATION )
732732 /* Add Ctrl+Backspace handling */
733733 else if (ch == 0x17 ) /* Ctrl+Backspace (typically ^W) */
734734 {
@@ -764,7 +764,7 @@ static void finsh_thread_entry(void *parameter)
764764
765765 continue ;
766766 }
767- #endif /*defined(FINSH_USING_WORD_OPERATION) */
767+ #endif /*defined(FINSH_USING_WORD_OPERATION) */
768768 /* handle end of line, break */
769769 if (ch == '\r' || ch == '\n' )
770770 {
You can’t perform that action at this time.
0 commit comments