Commit bfd717e0 authored by Ian Craggs's avatar Ian Craggs

Add another missing volatile

parent 2263edc8
...@@ -303,7 +303,7 @@ Test1: multiple threads to single client object ...@@ -303,7 +303,7 @@ Test1: multiple threads to single client object
*********************************************************************/ *********************************************************************/
volatile int test1_arrivedcount = 0; volatile int test1_arrivedcount = 0;
volatile int test1_arrivedcount_qos[3] = {0, 0, 0}; volatile int test1_arrivedcount_qos[3] = {0, 0, 0};
int test1_deliveryCompleted = 0; volatile int test1_deliveryCompleted = 0;
MQTTClient_message test1_pubmsg_check = MQTTClient_message_initializer; MQTTClient_message test1_pubmsg_check = MQTTClient_message_initializer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment