Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
Increased massive size
Browse files Browse the repository at this point in the history
  • Loading branch information
SanyaPilot authored Jun 29, 2020
1 parent 9f0553c commit 5af015c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct app_data_ {
seconds_between_rec, // задержка между измерениями в миллисекундах
minutes_for_rec, // ограничение по времени работы в минутах
curr_update_period, // текущее время обновления экрана
records[100]; // массив записей
records[1000]; // массив записей
long curr_time; // текущее время
Elf_proc_* proc; // указатель на данные процесса
};
Expand All @@ -64,4 +64,4 @@ void draw_scale();
int find_min();
int find_max();
int find_avg();
#endif
#endif

0 comments on commit 5af015c

Please sign in to comment.