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

[4.4.2] Revert NVIC SPI priority (#12795)

This commit is contained in:
Mark Haslinghuis 2023-05-13 00:04:35 +02:00 committed by GitHub
parent 167bd0f3d0
commit 605fb7bb8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -726,7 +726,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;