dualboots_Gai_youhua/keil/secondboot/include/drivers/menu.ccopy from dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/menu.c copy to dualboots_Gai_youhua/keil/secondboot/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;