_demo/empty exports Reset_Handler and handleHardFault (to compatible with tinygo)
This commit is contained in:
9
_demo/empty/C/c.go
Normal file
9
_demo/empty/C/c.go
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
package C
|
||||||
|
|
||||||
|
func XhandleHardFault() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
func Reset_Handler() {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
|
import _ "github.com/goplus/llgo/_demo/empty/C"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user