mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-07-08 18:35:11 +02:00
remove unused variables, type fixes
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
@ -532,8 +532,6 @@ uint32_t e4k_compute_pll_params(struct e4k_pll_params *oscp, uint32_t fosc, uint
|
||||
|
||||
int e4k_tune_params(struct e4k_state *e4k, struct e4k_pll_params *p)
|
||||
{
|
||||
uint8_t val;
|
||||
|
||||
/* program R + 3phase/2phase */
|
||||
e4k_reg_write(e4k, E4K_REG_SYNTH7, p->r_idx);
|
||||
/* program Z */
|
||||
|
Reference in New Issue
Block a user