mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 07:23:43 +00:00
Revert "evaluate AUX3 in standby state"
This reverts commit ec5e0e208c.
This commit is contained in:
parent
ec5e0e208c
commit
5bb6fdf686
5 changed files with 1 additions and 11 deletions
|
|
@ -284,10 +284,6 @@ bool FPGA::InitiateSampleRead(ReadCallback cb) {
|
|||
return true;
|
||||
}
|
||||
|
||||
bool FPGA::IsSweepActive() {
|
||||
return isHigh(AUX3);
|
||||
}
|
||||
|
||||
static int64_t assembleSampleResultValue(uint8_t *raw) {
|
||||
// LOG_DEBUG("Raw: 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x 0x%02x", raw[4], raw[5], raw[2], raw[3], raw[1], raw[0]);
|
||||
return sign_extend_64(
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ ADCLimits GetADCLimits();
|
|||
void ResetADCLimits();
|
||||
bool ResumeHaltedSweep();
|
||||
uint16_t GetStatus();
|
||||
bool IsSweepActive();
|
||||
|
||||
void OverwriteHardware(uint8_t attenuation, LowpassFilter filter, bool lowband, bool port1_enabled, bool port2_enabled);
|
||||
void DisableHardwareOverwrite();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue