mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
Fix compiling eror in hpmicro bsp (#8889)
- added 'DEVICE' to rtconfig.py - fixed compiling error cuased by change in interrupt_gcc.S Signed-off-by: Fan YANG <fan.yang@hpmicro.com>
This commit is contained in:
@@ -214,6 +214,7 @@ SW_handler:
|
||||
|
||||
.section .text.trap_entry
|
||||
.align 2
|
||||
.weak trap_entry
|
||||
.global trap_entry
|
||||
trap_entry:
|
||||
#ifdef ARCH_RISCV_FPU
|
||||
|
||||
Reference in New Issue
Block a user