Skip to content

Commit

Permalink
nRF52: Remove serial print from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Nov 5, 2024
1 parent f31a831 commit 28793cf
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 @@ -654,7 +654,7 @@ if(useI2S >= 4 && useI2S <= 6){
while(!NRF_SAADC->EVENTS_STARTED){};
while ( NRF_SAADC->STATUS == ( SAADC_STATUS_STATUS_Busy << SAADC_STATUS_STATUS_Pos ) );
NRF_SAADC->TASKS_SAMPLE = 1;
Serial.println("Config");

} // USE_I2S
}

Expand Down

0 comments on commit 28793cf

Please sign in to comment.