重新整理了代码

This commit is contained in:
2022-06-05 20:56:44 +08:00
parent 6e79af8b06
commit 9b4f84f378
7 changed files with 28 additions and 50 deletions

View File

@@ -223,6 +223,7 @@ int main()
// 没到站的话那就走吧
RunBus(direction);
}
break;
default:
// 这个分支只是为了符合代码规范而存在,理论上不会用到这个分支
break;