Skip to content

Commit

Permalink
by default dont use DMA
Browse files Browse the repository at this point in the history
  • Loading branch information
g0nz4I0 committed Mar 23, 2024
1 parent 6e7006f commit 7c7220e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Src/Runes/Runes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ SPI::Instance SPI::instance3 = { .SCK = &PC10, .MOSI = &PC12, .MISO = &PC11, .SS
.hdma_rx = DMA::Stream::DMA1Stream6,
.baud_rate_prescaler = SPI_BAUDRATEPRESCALER_256,
.mode = SPI_MODE_SLAVE,
.use_DMA = false;
};

SPI::Peripheral SPI::spi3 = SPI::Peripheral::peripheral3;
Expand Down

0 comments on commit 7c7220e

Please sign in to comment.