Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot mbed-rtos mbed
Fork of mDot_LoRa_Sensornode by
Diff: app/main.h
- 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
