Remove MEASURED_LENGTH

This commit is contained in:
erikkaashoek 2019-09-19 08:11:52 +02:00
parent 49ff7b7a3f
commit d4e234a0d2

View file

@ -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);