From 631a90c1116fa33382a88a747c89bf761bc0fa9b Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期五, 01 十一月 2024 16:32:38 +0800
Subject: [PATCH] 成功移植安邦手环升级UART1的BOOTV1.0,测试升级成功,可用稳定版本

---
 dualboots_Gai_youhua/keil/secondboot/include/drivers/menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/menu.c b/dualboots_Gai_youhua/keil/secondboot/include/drivers/menu.c
similarity index 98%
copy from dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/menu.c
copy to dualboots_Gai_youhua/keil/secondboot/include/drivers/menu.c
index 0782d79..56080d1 100644
--- a/dualboots_Gai_youhua_anbang_tag/keil/customboot/include/drivers/menu.c
+++ b/dualboots_Gai_youhua/keil/secondboot/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;
 

--
Gitblit v1.9.3