01_SDK/modules/hal/panchip/panplat/pan1070/bsp/device/Include/pan_sys_log.h
@@ -50,8 +50,8 @@
    
#ifdef ASSERT_ON
#define SYS_ASSERT(expr)    ((expr) ? (void)0u : SYS_AssertError((uint8_t*)__FILE__, __LINE__))
extern void SYS_AssertError(uint8_t* file, uint32_t line);
#define SYS_ASSERT(expr)    ((expr) ? (void)0u : SYS_AssertError((uint8_t*)__FILE__, __LINE__, (uint8_t*)(#expr)))
extern void SYS_AssertError(uint8_t* file, uint32_t line, uint8_t* expr);
#else
#define SYS_ASSERT(expr)    ((void)0u)
#endif