Skip to content

Commit b1b76a7

Browse files
Update file
1 parent 77d24d2 commit b1b76a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bsp/stm32/stm32l475-atk-pandora/board/ports/drv_qspi_flash.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ void w25qxx_enter_qspi_mode(struct rt_qspi_device *device)
6666

6767
static int rt_hw_qspi_flash_with_sfud_init(void)
6868
{
69-
/* 直接使用类型转换,避免单独的适配器函数 */
7069
rt_hw_qspi_device_attach(QSPI_BUS_NAME, QSPI_DEVICE_NAME, RT_NULL, 4,
7170
(void (*)(void))w25qxx_enter_qspi_mode, RT_NULL);
7271

0 commit comments

Comments
 (0)