0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

change the pll logic a bit

This commit is contained in:
2025-03-24 16:45:32 +01:00
parent bccb8fb076
commit 0a27b39c43
3 changed files with 2 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ typedef struct {
float loop_filter_state;
float kp;
float ki;
float last_output;
int sample_rate;
int quadrature_mode;
} PLL;