dualboots_Gai_youhua/keil/customboot/include/drivers/menu.c
文件名从 dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/menu.c 修改 @@ -117,7 +117,7 @@ /* Waiting for user input */ while (1) { if (Serial0KeyPressed((uint8_t*)&key)) break; if (SerialKeyPressed((uint8_t*)&key)) break; } return key;