Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Lehmann <[email protected]>
  • Loading branch information
chris-durand and rleh authored Apr 7, 2023
1 parent a9b9248 commit 14a1237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modm/platform/spi/stm32/spi_hal_impl.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,5 @@ void inline
modm::platform::SpiHal{{ id }}::disableTransfer()
{
SPI{{ id }}->CR1 &= ~SPI_CR1_SPE;
__DSB();
}

0 comments on commit 14a1237

Please sign in to comment.