git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9849 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4318fdf75d
commit
97e7ee4a69
|
@ -168,7 +168,7 @@ __veneers:
|
||||||
mov pc, r0
|
mov pc, r0
|
||||||
ldr r0, =DebugMon_Handler
|
ldr r0, =DebugMon_Handler
|
||||||
mov pc, r0
|
mov pc, r0
|
||||||
movs r0, #13
|
movs r0, #14
|
||||||
b .
|
b .
|
||||||
ldr r0, =PendSV_Handler
|
ldr r0, =PendSV_Handler
|
||||||
mov pc, r0
|
mov pc, r0
|
||||||
|
|
Loading…
Reference in New Issue