Steven Kramer / Mbed 2 deprecated mDot_LoRa_Sensornode_SRK

Dependencies:   libmDot mbed-rtos mbed

Fork of mDot_LoRa_Sensornode by Adrian Mitevski

Revision:
2:641a67ff243f
Parent:
1:fe242f3e341b
--- a/app/main.h	Fri Aug 12 11:19:14 2016 +0000
+++ b/app/main.h	Sat Aug 13 07:36:06 2016 +0000
@@ -124,7 +124,7 @@
 	Queue<UBloxGPSMessage,GPS_QUEUE_LENGHT>* queueGps;
 	Queue<LoRaMeasurementMessage,LORA_MEASUREMENT_QUEUE_LENGHT>* queueLoRaMeasurments;
 	Queue<CommandMessage,COMMAND_QUEUE_LENGHT>* queueCommands;
-};
+}OueueBundle;
 
 /**
  * Task States. Define different States in which a task can be on the ApplicationConfig Level