mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Remove MEASURED_LENGTH
This commit is contained in:
parent
49ff7b7a3f
commit
d4e234a0d2
|
|
@ -22,8 +22,7 @@
|
|||
/*
|
||||
* main.c
|
||||
*/
|
||||
#define MEASURED_LENGTH 101
|
||||
extern float measured[2][MEASURED_LENGTH][2];
|
||||
extern float measured[2][101][2];
|
||||
|
||||
#define CAL_LOAD 0
|
||||
#define CAL_OPEN 1
|
||||
|
|
@ -220,7 +219,7 @@ void request_to_draw_cells_behind_menu(void);
|
|||
void request_to_draw_cells_behind_numeric_input(void);
|
||||
void redraw_marker(int marker, int update_info);
|
||||
void trace_get_info(int t, char *buf, int len);
|
||||
void plot_into_index(float measured[2][MEASURED_LENGTH][2]);
|
||||
void plot_into_index(float measured[2][101][2]);
|
||||
void force_set_markmap(void);
|
||||
void draw_all_cells(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue