update version to v2.1.1

This commit is contained in:
Artery-MCU
2023-10-30 11:24:27 +08:00
parent f49a554036
commit 9d554c6b91
164 changed files with 1243 additions and 637 deletions

View File

@@ -961,6 +961,7 @@ can_error_record_type can_error_type_record_get(can_type* can_x);
uint8_t can_receive_error_counter_get(can_type* can_x);
uint8_t can_transmit_error_counter_get(can_type* can_x);
void can_interrupt_enable(can_type* can_x, uint32_t can_int, confirm_state new_state);
flag_status can_interrupt_flag_get(can_type* can_x, uint32_t can_flag);
flag_status can_flag_get(can_type* can_x, uint32_t can_flag);
void can_flag_clear(can_type* can_x, uint32_t can_flag);