提交 032fb73d 编写于 作者: mysterywolf's avatar mysterywolf

[bsp][Vango V85xx] modify NULL to RT_NULL

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