reverted back changes to function signature of serial rx callback func

This commit is contained in:
Ruixiang Du
2020-09-14 21:37:08 +08:00
parent 9e646c78b7
commit c501b6a38d
3 changed files with 13 additions and 7 deletions

View File

@@ -54,6 +54,8 @@ short CursorColor(int fg)
return (COLOR_YELLOW);
case 7: /* 111 */
return (COLOR_WHITE);
default:
return COLOR_BLACK;
}
}
} // namespace