mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Zero span improvements
This commit is contained in:
parent
6393ae7fc3
commit
7151fffcdb
3 changed files with 6 additions and 7 deletions
|
|
@ -61,8 +61,8 @@ static void ReadComplete(const FPGA::SamplingResult &result) {
|
|||
}
|
||||
|
||||
static void FPGA_Interrupt(void*) {
|
||||
lastISR = Delay::get_us();
|
||||
FPGA::InitiateSampleRead(ReadComplete);
|
||||
lastISR = Delay::get_us();
|
||||
}
|
||||
|
||||
void HW::Work() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue