mirror of https://github.com/ARMmbed/mbed-os.git
Add uVisor to startup code
parent
e32f969459
commit
3fcaed1eb0
|
@ -229,6 +229,8 @@ disable_watchdog:
|
|||
|
||||
ldr r0, =SystemInit
|
||||
blx r0
|
||||
ldr r0, =uvisor_init
|
||||
blx r0
|
||||
ldr r0, =_start
|
||||
bx r0
|
||||
.pool
|
||||
|
|
Loading…
Reference in New Issue