/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-11-5 SummerGift first version */ #ifndef __BOARD_H__ #define __BOARD_H__ #include #include "fm33lc0xx_fl.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* __BOARD_H__ */