1.适配标准CONFIG命令。

This commit is contained in:
MacRsh
2023-12-11 18:01:06 +08:00
parent c86764f478
commit 6d0f1c77e5
4 changed files with 2 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ typedef uint8_t mr_pin_data_t; /**< PIN rea
/**
* @brief PIN ISR events.
*/
#define MR_ISR_PIN_RD_INT (MR_ISR_RD | (0x01 << 8)) /**< Read interrupt */
#define MR_ISR_PIN_EXTI_INT (MR_ISR_RD | (0x01 << 8)) /**< Exti interrupt */
/**
* @brief PIN structure.