Skip to content

Commit

Permalink
AGC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xawen committed Nov 21, 2023
1 parent 9eca2e0 commit 39f924d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/bk4819.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ void BK4819_ToggleAGCMode(bool bAuto)
// Set bits 14:12 to 110 (AGC index 4) without affecting the other bits
Value = (Value & 0x8FFFU) | 0x6000U;
}
BK4819_WriteRegister(0x7E, Value);
}

void BK4819_SetToneFrequency(bool Tone2, uint16_t Tone)
Expand Down

0 comments on commit 39f924d

Please sign in to comment.