update version to v2.0.8

This commit is contained in:
Artery-MCU
2022-11-22 18:16:27 +08:00
parent caea1e6d25
commit 0d6e76999d
1301 changed files with 16158 additions and 12379 deletions

View File

@@ -1,8 +1,6 @@
/**
**************************************************************************
* @file at32f413_can.h
* @version v2.0.7
* @date 2022-08-16
* @brief at32f413 can header file
**************************************************************************
* Copyright notice & Disclaimer
@@ -936,7 +934,10 @@ typedef struct
*/
#define CAN1 ((can_type *) CAN1_BASE)
#if defined (AT32F413TBU7) || defined (AT32F413Rx) || defined (AT32F413Cx) || \
defined (AT32F413Kx)
#define CAN2 ((can_type *) CAN2_BASE)
#endif
/** @defgroup CAN_exported_functions
* @{