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
1 changed files with 1 additions and 1 deletions

View File

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