mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-07 07:24:05 +00:00
omit: unused buffer refiq
This commit is contained in:
parent
398eae3106
commit
c4edf2a6eb
3 changed files with 1 additions and 8 deletions
2
main.c
2
main.c
|
|
@ -272,8 +272,6 @@ duplicate_buffer_to_dump(int16_t *p)
|
|||
p = samp_buf;
|
||||
else if (dump_selection == 2)
|
||||
p = ref_buf;
|
||||
else if (dump_selection == 3)
|
||||
p = refiq_buf;
|
||||
memcpy(dump_buffer, p, sizeof dump_buffer);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue