Skip to content

Commit

Permalink
Fix possible muted on boot scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored and pfeerick committed Jun 26, 2023
1 parent e51f686 commit 7482fee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion radio/src/targets/common/arm/stm32/audio_dac_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ void audioMute()

void audioUnmute()
{
if(!g_eeGeneral.audioMuteEnable) return;
#if defined(AUDIO_UNMUTE_DELAY)
// if muted
if (getMutePin()) {
Expand Down

0 comments on commit 7482fee

Please sign in to comment.