Skip to content

Commit

Permalink
Revert 12302 NVIC SPI Priority (#12505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctzsnooze committed Mar 14, 2023
1 parent 241e9a9 commit c14ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/bus_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c14ef06

Please sign in to comment.