From 04781fdf20768d0b40d3bf7e5c523d654800bdc3 Mon Sep 17 00:00:00 2001
From: stark1898y <1658608470@qq.com>
Date: Wed, 11 Dec 2024 14:38:19 +0800
Subject: [PATCH] =?UTF-8?q?592f=E7=94=A8=E8=BF=99=E6=8A=A5=E9=94=99?=
=?UTF-8?q?=EF=BC=8C584=20585=20=E6=8F=90=E5=8D=87=E6=95=B0=E7=BB=84?=
=?UTF-8?q?=E4=BA=92=E7=9B=B8=E6=8B=B7=E8=B4=9D=E6=95=88=E7=8E=87=20-=20me?=
=?UTF-8?q?mcpy?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.cproject | 2 +-
StdPeriphDriver/CH59x_sys.c | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.cproject b/.cproject
index b88c830..a6ad7c6 100644
--- a/.cproject
+++ b/.cproject
@@ -101,7 +101,7 @@
-
+
diff --git a/StdPeriphDriver/CH59x_sys.c b/StdPeriphDriver/CH59x_sys.c
index f7a2a6a..bb8ada5 100644
--- a/StdPeriphDriver/CH59x_sys.c
+++ b/StdPeriphDriver/CH59x_sys.c
@@ -398,13 +398,13 @@ int _write(int fd, char *buf, int size)
#endif
-// https://www.cnblogs.com/debugdabiaoge/p/18543792
-__HIGH_CODE
-void *__wrap_memcpy(void *dst ,void *src, size_t size)
-{
- __MCPY(dst, src, (void *)((uint32_t)src+size));
- return dst;
-}
+// // https://www.cnblogs.com/debugdabiaoge/p/18543792
+// __HIGH_CODE
+// void *__wrap_memcpy(void *dst ,void *src, size_t size)
+// {
+// __MCPY(dst, src, (void *)((uint32_t)src+size));
+// return dst;
+// }
/*********************************************************************
* @fn _sbrk