drv_spiflash.h 314 字节
Newer Older
1
/*
2
 * Copyright (c) 2006-2018, RT-Thread Development Team
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
5 6 7 8 9 10 11 12 13
 *
 * 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