rt-thread/bsp/stm32f4xx-HAL/drivers/drv_spiflash.h

14 lines
314 B
C

/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2017-11-08 ZYH the first version
*/
#ifndef __STM32_SPI_FLASH_H_
#define __STM32_SPI_FLASH_H_
extern int rt_w25qxx_init(void);
#endif