FIFO variable verhoogd van 8 naar 100
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "buffer.h"
|
||||
// implementation for a FIFO-buffer with ints
|
||||
// this very simple FIFO-buffer can only hold one int
|
||||
#define FIFO_SIZE 8
|
||||
#define FIFO_SIZE 100
|
||||
|
||||
// shared variables within this file
|
||||
static int FIFO[FIFO_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user