未验证 提交 2380c32a 编写于 作者: V vandoul 提交者: GitHub

修复bsp/renesas/libraries/drv_spi.c中event定义错误 (#6712)

* fix usage of rt_event for drv_spi.c in renesas's libraries.
上级 9d8da765
......@@ -25,8 +25,8 @@
#include <rtdbg.h>
#if defined(BSP_USING_SPI0) || defined(BSP_USING_SPI1)
#define RA_SPI0_EVENT 0x00
#define RA_SPI1_EVENT 0x01
#define RA_SPI0_EVENT 0x01
#define RA_SPI1_EVENT 0x02
static struct rt_event complete_event = {0};
static struct ra_spi_handle spi_handle[] =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册