git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7792 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
14c4421d57
commit
b35acec16a
|
@ -87,7 +87,7 @@ _port_thread_start PROC
|
||||||
#if CORTEX_SIMPLIFIED_PRIORITY
|
#if CORTEX_SIMPLIFIED_PRIORITY
|
||||||
cpsie i
|
cpsie i
|
||||||
#else
|
#else
|
||||||
movs r3, #CORTEX_BASEPRI_DISABLED
|
movs r3, #0 /* CORTEX_BASEPRI_DISABLED */
|
||||||
msr BASEPRI, r3
|
msr BASEPRI, r3
|
||||||
#endif
|
#endif
|
||||||
mov r0, r5
|
mov r0, r5
|
||||||
|
|
Loading…
Reference in New Issue