[bsp][stm32f103-fire-arbitrary] fix missing header file

This commit is contained in:
Meco Man
2024-04-16 01:39:30 -04:00
parent a68b4df4d8
commit a225d26a8a
@@ -11,7 +11,8 @@
#include <rtthread.h>
#include "spi_flash.h"
#include "spi_flash_sfud.h"
#include "drv_spi.h"
#include <drv_spi.h>
#include <drv_gpio.h>
#if defined(BSP_USING_SPI_FLASH)
static int rt_hw_spi_flash_init(void)