update version to v2.0.8

This commit is contained in:
Artery-MCU
2022-11-22 18:18:07 +08:00
parent d95c5fb9e8
commit d4910499d3
1365 changed files with 13037 additions and 14600 deletions

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file at32f415_usart.h
* @version v2.0.7
* @date 2022-08-16
* @brief at32f415 usart header file
**************************************************************************
* Copyright notice & Disclaimer
@@ -318,9 +316,13 @@ typedef struct
#define USART1 ((usart_type *) USART1_BASE)
#define USART2 ((usart_type *) USART2_BASE)
#if defined (AT32F415Cx) || defined (AT32F415Rx)
#define USART3 ((usart_type *) USART3_BASE)
#endif
#if defined (AT32F415Rx)
#define UART4 ((usart_type *) UART4_BASE)
#define UART5 ((usart_type *) UART5_BASE)
#endif
/** @defgroup USART_exported_functions
* @{