修复部分bsp编译报错

This commit is contained in:
mazhiyuan
2021-10-13 11:02:01 +08:00
parent 06fdc108b4
commit 99e9ea61bc
16 changed files with 23 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ void rt_hw_interrupt_init(void)
for (index = 0; index < MAX_HANDLERS; index ++)
{
isr_table[index].handler = default_isr_handler;
isr_table[index].param = NULL;
isr_table[index].param = RT_NULL;
#ifdef RT_USING_INTERRUPT_INFO
rt_strncpy(isr_table[index].name, "unknown", RT_NAME_MAX);
isr_table[index].counter = 0;