提交 7e4e58a5 编写于 作者: idk500's avatar idk500 提交者: Gitee

将`NULL`修改为`RT_NULL`

上级 ad197870
......@@ -126,7 +126,7 @@ static rt_uint32_t xfer(struct rt_spi_device* device, struct rt_spi_message* mes
rt_uint32_t spi_periph = (rt_uint32_t)device->bus->parent.user_data;
struct rt_spi_configuration * config = &device->config;
RT_ASSERT(device != NULL);
RT_ASSERT(device != RT_NULL);
RT_ASSERT(message != NULL);
/* take CS */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册