/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-10-30 SummerGift first version * 2020-10-14 Dozingfiretruck Porting for stm32wbxx * 2021-08-27 Jiao first version */ #ifndef __DRV_CONFIG_H__ #define __DRV_CONFIG_H__ #include #include #ifdef __cplusplus extern "C" { #endif #include "uart_config.h" #ifdef __cplusplus } #endif #endif