Skip to content

Commit afedece

Browse files
ChuanN-sudoCopilot
andauthored
Update bsp/k230/drivers/utest/test_spi.c
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a087259 commit afedece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/k230/drivers/utest/test_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ static void spi_device_demo(void)
123123
LOG_E("Failed to allocate SPI device memory");
124124
return;
125125
}
126-
LOG_I("success to allocate QSPI device memory");
126+
LOG_I("Success to allocate QSPI device memory");
127127
/* Attach SPI Device */
128128
ret = rt_spi_bus_attach_device(spi_dev, SPI0_DEV_NAME0, SPI0_BUS_NAME, RT_NULL);
129129
if (ret != RT_EOK) {

0 commit comments

Comments
 (0)