ERAU - Self Drive / FiFo
Revision:
1:f2f253bec95e
Parent:
0:3c704483eb79
--- a/fifo.h	Wed May 21 18:30:45 2014 +0000
+++ b/fifo.h	Tue Dec 11 17:00:28 2018 +0000
@@ -3,8 +3,8 @@
 
 #include "LPC17xx.h"
 
-#define FIFO_SIZE 256
-#define FIFO_TYPE uint8_t
+#define FIFO_SIZE 16
+#define FIFO_TYPE uint16_t
 
 class fifo
 {