Skip to content

Commit

Permalink
Add required bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Oct 13, 2024
1 parent e493bb5 commit ac007f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NRF52840/AutoAnalogAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void AutoAnalog::begin(bool enADC, bool enDAC){
pinMode(pwrPin, OUTPUT);
digitalWrite(pwrPin, HIGH);
micOn=1;
}else
}else{
}

// set the PDM IRQ priority and enable
Expand Down

0 comments on commit ac007f3

Please sign in to comment.