提交 0827ca64 编写于 作者: whj123999's avatar whj123999 提交者: guo

Fix rt_qspi_send symbol extension BUG

上级 c8d92d75
......@@ -186,7 +186,7 @@ rt_err_t rt_qspi_send(struct rt_qspi_device *device, const void *send_buf, rt_si
RT_ASSERT(length != 0);
struct rt_qspi_message message;
char *ptr = (char *)send_buf;
unsigned char *ptr = (unsigned char *)send_buf;
rt_size_t count = 0;
rt_err_t result = 0;
......@@ -241,7 +241,6 @@ rt_err_t rt_qspi_send(struct rt_qspi_device *device, const void *send_buf, rt_si
else
{
message.qspi_data_lines = 0;
}
/* set send buf and send size */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册