Skip to content

Commit

Permalink
SAI1 isn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Nov 14, 2024
1 parent 701cccd commit dd696a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion board/stm32h7/peripherals.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ void peripherals_init(void) {

// Audio
RCC->APB2ENR |= RCC_APB2ENR_DFSDM1EN; // D/S demodulator for mic
RCC->APB2ENR |= RCC_APB2ENR_SAI1EN; // SAI1
RCC->APB4ENR |= RCC_APB4ENR_SAI4EN; // SAI4

// Timers
Expand Down

0 comments on commit dd696a7

Please sign in to comment.