demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

Revision:
71:5e8ba1357442
Parent:
62:237e32fd3555
--- a/Receiver.cpp	Mon May 14 20:02:42 2018 +0000
+++ b/Receiver.cpp	Tue May 15 16:53:09 2018 +0000
@@ -1,6 +1,6 @@
 #include "Receiver.h"
 
-Receiver::Receiver(Queue<int,8>* queue):interpreter(queue){
+Receiver::Receiver(Queue<int,1>* queue):interpreter(queue){
 }
 
 void Receiver::start(){