!350 解决创建PR时的报错

Merge pull request !350 from 傅尔先森/gitee_master
This commit is contained in:
bernard 2021-10-15 01:23:26 +00:00 committed by Gitee
commit 3e6b7690db
1 changed files with 1 additions and 1 deletions

View File

@ -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 */