mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Type
This commit is contained in:
parent
f5ffe4aaf9
commit
6da8e27774
4
main.c
4
main.c
|
|
@ -640,7 +640,7 @@ void sweep(void)
|
||||||
float *rg;
|
float *rg;
|
||||||
|
|
||||||
if (sweep_once)
|
if (sweep_once)
|
||||||
chprintf(saved_chp, "start\n\r");
|
chprintf(saved_chp, "start\r\n");
|
||||||
|
|
||||||
rewind:
|
rewind:
|
||||||
frequency_updated = FALSE;
|
frequency_updated = FALSE;
|
||||||
|
|
@ -700,7 +700,7 @@ void sweep(void)
|
||||||
freq += step;
|
freq += step;
|
||||||
}
|
}
|
||||||
if (sweep_once)
|
if (sweep_once)
|
||||||
chprintf(saved_chp, "done\n\r");
|
chprintf(saved_chp, "done\r\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue