Skip to content

Commit

Permalink
lna power control max
Browse files Browse the repository at this point in the history
  • Loading branch information
rtlsdrblog authored Mar 28, 2024
1 parent eabd3e9 commit 4765898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tuner_r82xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

/* Those initial values start from REG_SHADOW_START */
static const uint8_t r82xx_init_array[NUM_REGS] = {
0x83, 0x32, 0x75, /* 05 to 07 */
0x83, 0x30, 0x75, /* 05 to 07 */
0xc0, 0x40, 0xd6, 0x6c, /* 08 to 0b */
0xf5, 0x63, 0x75, 0x68, /* 0c to 0f */
0x6c, 0x83, 0x80, 0x00, /* 10 to 13 */
Expand Down

0 comments on commit 4765898

Please sign in to comment.