Update hackrf submodule (#3034)

* fix warnings

* update hackrf submodule
This commit is contained in:
gullradriel
2026-02-24 00:41:59 +01:00
committed by GitHub
parent 065d01b591
commit bfbbacd43c
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -1387,7 +1387,7 @@ void Si5351DebugView::refresh_status() {
bool pll_a_locked = !(status & 0x20); // Bit 5: LOL_A (Loss of Lock A)
bool pll_b_locked = !(status & 0x40); // Bit 6: LOL_B (Loss of Lock B)
bool sys_init = (status & 0x80); // Bit 7: SYS_INIT
bool los_clkin = (status & 0x10); // Bit 4: LOS (Loss of Signal)
// bool los_clkin = (status & 0x10); // Bit 4: LOS (Loss of Signal) (quoted as it's computed but unused)
// PLL A status
if (pll_a_locked) {