Removed an extra colon from libsrc/dbg/dbg/c.

This commit is contained in:
acqn
2022-07-24 20:58:10 +08:00
parent 19ddffecba
commit 8485d59aa6

View File

@@ -1063,7 +1063,7 @@ static char StackHandler (void)
break; break;
case 'a': case 'a':
#ifdef CH_CURS_UP: #ifdef CH_CURS_UP
case CH_CURS_UP: case CH_CURS_UP:
#endif #endif
--StackAddr; --StackAddr;