update version to v2.0.9

This commit is contained in:
Artery-MCU
2023-02-28 12:56:05 +08:00
parent 0d6e76999d
commit 704a2ff779
398 changed files with 2669 additions and 9078 deletions

View File

@@ -101,7 +101,7 @@ extern "C" {
*/
#define __AT32F413_LIBRARY_VERSION_MAJOR (0x02) /*!< [31:24] major version */
#define __AT32F413_LIBRARY_VERSION_MIDDLE (0x00) /*!< [23:16] middle version */
#define __AT32F413_LIBRARY_VERSION_MINOR (0x08) /*!< [15:8] minor version */
#define __AT32F413_LIBRARY_VERSION_MINOR (0x09) /*!< [15:8] minor version */
#define __AT32F413_LIBRARY_VERSION_RC (0x00) /*!< [7:0] release candidate */
#define __AT32F413_LIBRARY_VERSION ((__AT32F413_LIBRARY_VERSION_MAJOR << 24) | \
(__AT32F413_LIBRARY_VERSION_MIDDLE << 16) | \