Добавлены интерфейсы и драйверы
This commit is contained in:
parent
21b8f36583
commit
8ab9a57e93
|
|
@ -605,7 +605,7 @@ __STATIC_INLINE void SVC_Setup (void) {
|
||||||
/* Service Call interrupt might be configured before kernel start */
|
/* Service Call interrupt might be configured before kernel start */
|
||||||
/* and when its priority is lower or equal to BASEPRI, svc intruction */
|
/* and when its priority is lower or equal to BASEPRI, svc intruction */
|
||||||
/* causes a Hard Fault. */
|
/* causes a Hard Fault. */
|
||||||
// NVIC_SetPriority (SVCall_IRQ_NBR, 0U);
|
NVIC_SetPriority (SVCall_IRQ_NBR, 0U);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue