4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 06:33:30 +08:00
2018-10-16 14:18:50 +08:00

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