diff --git a/drivers/soc/bl602/bl602_std/include/bl602_common.h b/drivers/soc/bl602/bl602_std/include/bl602_common.h index 78be0b68..b60b8156 100644 --- a/drivers/soc/bl602/bl602_std/include/bl602_common.h +++ b/drivers/soc/bl602/bl602_std/include/bl602_common.h @@ -202,10 +202,10 @@ __ALWAYS_STATIC_INLINE void __disable_irq(void) #define BL602_MemCpy_Fast arch_memcpy_fast #define BL602_MemSet4 arch_memset4 -#define arch_delay_us BL602_Delay_US -#define arch_delay_ms BL602_Delay_MS +#define BL602_Delay_US arch_delay_us +#define BL602_Delay_MS arch_delay_ms -#define BFLB_Soft_CRC32 bflb_soft_crc32 +#define BFLB_Soft_CRC32 bflb_soft_crc32 #define CPU_Interrupt_Enable(irq) #define CPU_Interrupt_Disable(irq) #define Interrupt_Handler_Register(irq, callback) diff --git a/drivers/soc/bl702/bl702_std/include/bl702_common.h b/drivers/soc/bl702/bl702_std/include/bl702_common.h index 0ad4b6e1..5142f70d 100644 --- a/drivers/soc/bl702/bl702_std/include/bl702_common.h +++ b/drivers/soc/bl702/bl702_std/include/bl702_common.h @@ -202,10 +202,10 @@ __ALWAYS_STATIC_INLINE void __disable_irq(void) #define BL702_MemCpy_Fast arch_memcpy_fast #define BL702_MemSet4 arch_memset4 -#define arch_delay_us BL702_Delay_US -#define arch_delay_ms BL702_Delay_MS +#define BL702_Delay_US arch_delay_us +#define BL702_Delay_MS arch_delay_ms -#define BFLB_Soft_CRC32 bflb_soft_crc32 +#define BFLB_Soft_CRC32 bflb_soft_crc32 #define CPU_Interrupt_Enable(irq) #define CPU_Interrupt_Disable(irq) #define Interrupt_Handler_Register(irq, callback)