1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

Revert 12302 NVIC SPI Priority (#12505)

This commit is contained in:
ctzsnooze 2023-03-15 10:58:15 +11:00 committed by GitHub
parent 241e9a9b94
commit c14ef06c29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -748,7 +748,7 @@ void spiSequence(const extDevice_t *dev, busSegment_t *segments)
{
busDevice_t *bus = dev->bus;
ATOMIC_BLOCK(NVIC_PRIO_SPI_DMA) {
ATOMIC_BLOCK(NVIC_PRIO_MAX) {
if (spiIsBusy(dev)) {
busSegment_t *endSegment;