We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251a378 commit 35bd858Copy full SHA for 35bd858
src/PDPhySTM32L4.cpp
@@ -534,8 +534,6 @@ int PDPhySTM32L4::decodeChunk(int currentIndex) {
534
void PDPhySTM32L4::initTx() {
535
// enable clock for SPI1
536
RCC->APB2ENR |= RCC_APB2ENR_SPI1EN;
537
- // enable clock for DMA2
538
- RCC->AHB1ENR |= RCC_AHB1ENR_DMA2EN;
539
// enable clock for GPIOA and GPIOB
540
RCC->AHB2ENR |= RCC_AHB2ENR_GPIOAEN | RCC_AHB2ENR_GPIOBEN;
541
0 commit comments