add handleInterrupt into _demo/targetsbuild

This commit is contained in:
Li Jie
2025-08-22 07:39:18 +08:00
parent ea6266c79f
commit 90a16e8c90

View File

@@ -7,3 +7,7 @@ func XhandleHardFault() {
func Reset_Handler() { func Reset_Handler() {
} }
func XhandleInterrupt() {
}