4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 23:33:32 +08:00

17 lines
328 B
C

/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-12-29 flybreak first implementation
*/
#include <rtthread.h>
#include <drv_flexspi.h>
#if defined(__CC_ARM)
INIT_PREV_EXPORT(rt_hw_flexspi_init);
#endif