Set wakeup_events to 149, not 150

This commit is contained in:
Søren Sandmann Pedersen
2009-10-21 12:31:43 -04:00
parent 0abcd98e2a
commit 70d03f4bf2

View File

@ -42,7 +42,7 @@
#define N_PAGES 32 /* Number of pages in the ringbuffer */ #define N_PAGES 32 /* Number of pages in the ringbuffer */
#define N_WAKEUP_EVENTS 150 #define N_WAKEUP_EVENTS 149
typedef struct counter_t counter_t; typedef struct counter_t counter_t;
typedef struct sample_event_t sample_event_t; typedef struct sample_event_t sample_event_t;