1234567891011121314151617181920212223242526 |
- /*
- * Copyright (c) 2006-2020, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2020-04-08 hqfang first version
- */
- #ifndef __DRV_CONFIG_H__
- #define __DRV_CONFIG_H__
- #include <board.h>
- #include <rtthread.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
|