1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

adjusted height of histogram to fit window

This commit is contained in:
Steffen Vogel 2015-09-21 17:12:02 +02:00
parent 47be437292
commit bbd119bae9

View file

@ -12,7 +12,9 @@
#include <stdio.h>
#define HIST_HEIGHT 75
#include "config.h"
#define HIST_HEIGHT (LOG_WIDTH - 55)
#define HIST_SEQ 17
typedef unsigned hist_cnt_t;