mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Revert 12302 NVIC SPI Priority (#12505)
This commit is contained in:
parent
241e9a9b94
commit
c14ef06c29
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ void spiSequence(const extDevice_t *dev, busSegment_t *segments)
|
||||||
{
|
{
|
||||||
busDevice_t *bus = dev->bus;
|
busDevice_t *bus = dev->bus;
|
||||||
|
|
||||||
ATOMIC_BLOCK(NVIC_PRIO_SPI_DMA) {
|
ATOMIC_BLOCK(NVIC_PRIO_MAX) {
|
||||||
if (spiIsBusy(dev)) {
|
if (spiIsBusy(dev)) {
|
||||||
busSegment_t *endSegment;
|
busSegment_t *endSegment;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue