From: Ian Kelling Date: Tue, 20 Aug 2013 04:52:13 +0000 (-0700) Subject: Fixed header, and fixed small limit on # of devices. X-Git-Url: https://iankelling.org/git/?p=evhz;a=commitdiff_plain;h=44579bb24901da3443055d05d1a2335fa43dcb13 Fixed header, and fixed small limit on # of devices. --- diff --git a/evhz.c b/evhz.c index a7a42be..193185a 100644 --- a/evhz.c +++ b/evhz.c @@ -1,9 +1,10 @@ +#include #include #include #include #include -#define EVENTS 10 +#define EVENTS 50 #define HZ_LIST 64 typedef struct event_s {