mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-19 14:14:04 +00:00
Update hackrf submodule (#3034)
* fix warnings * update hackrf submodule
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -297,9 +297,6 @@ bool set_tuning_frequency(const rf::Frequency frequency) {
|
||||
}
|
||||
|
||||
ssp1_arbiter.invalidate();
|
||||
|
||||
// Log this value somewhere you can see it
|
||||
uint32_t written_r15 = first_if.read(15);
|
||||
#else
|
||||
baseband_cpld.set_invert(mixer_invert ^ baseband_invert);
|
||||
#endif
|
||||
|
||||
+1
-1
Submodule hackrf updated: 48a0e72f85...7d16b954ad
Reference in New Issue
Block a user