demo versie 16/05

Dependencies:   EthernetInterface mbed-rto mbed

Fork of ProjectVLC by Klaas Govaerts

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