mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
[4.4.2] Revert NVIC SPI priority (#12795)
This commit is contained in:
parent
167bd0f3d0
commit
605fb7bb8f
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue