chen
2024-11-01 631a90c1116fa33382a88a747c89bf761bc0fa9b
dualboots_Gai_youhua/keil/secondboot/include/drivers/menu.c
copy 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;