We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6a457 commit 1b44104Copy full SHA for 1b44104
bsp/stm32/stm32l475-atk-pandora/board/ports/drv_qspi_flash.c
@@ -60,6 +60,9 @@ void w25qxx_enter_qspi_mode(struct rt_qspi_device *device)
60
}
61
62
63
+/* Adapter function to bridge the signature mismatch between driver layer
64
+ * expectation (void (*)()) and framework requirement (void (*)(struct rt_qspi_device *)).
65
+ */
66
void w25qxx_enter_qspi_mode_adapter(void)
67
{
68
struct rt_qspi_device *device = (struct rt_qspi_device *)rt_device_find("qspi10");
0 commit comments