Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
g0nz4I0 committed Mar 24, 2024
1 parent 7c7220e commit 1c52c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/Runes/Runes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +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;
.use_DMA = false
};

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

0 comments on commit 1c52c50

Please sign in to comment.