update version to v2.0.4

This commit is contained in:
Artery-MCU
2022-04-11 19:32:28 +08:00
parent 07d7347ba4
commit ccd0f1e108
1470 changed files with 213761 additions and 13939 deletions

View File

@@ -1,8 +1,8 @@
/**
**************************************************************************
* @file at32f415_exint.c
* @version v2.0.3
* @date 2022-02-11
* @version v2.0.4
* @date 2022-04-02
* @brief contains all the functions for the exint firmware library
**************************************************************************
* Copyright notice & Disclaimer
@@ -182,7 +182,7 @@ void exint_software_interrupt_event_generate(uint32_t exint_line)
* - EXINT_LINE_22
* @param new_state: new state of exint interrupt.
* this parameter can be: TRUE or FALSE.
* @retval none
* @retval none
*/
void exint_interrupt_enable(uint32_t exint_line, confirm_state new_state)
{
@@ -207,7 +207,7 @@ void exint_interrupt_enable(uint32_t exint_line, confirm_state new_state)
* - EXINT_LINE_22
* @param new_state: new state of exint event.
* this parameter can be: TRUE or FALSE.
* @retval none
* @retval none
*/
void exint_event_enable(uint32_t exint_line, confirm_state new_state)
{