drv_config.h 513 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2018-10-30 SummerGift first version
  9. * 2020-10-14 Dozingfiretruck Porting for stm32wbxx
  10. * 2021-08-27 Jiao first version
  11. */
  12. #ifndef __DRV_CONFIG_H__
  13. #define __DRV_CONFIG_H__
  14. #include <board.h>
  15. #include <rtthread.h>
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. #include "uart_config.h"
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #endif