Add another missing volatile

This commit is contained in:
Ian Craggs 2015-11-10 23:22:02 +00:00
parent 2263edc821
commit bfd717e08e
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ Test1: multiple threads to single client object
*********************************************************************/
volatile int test1_arrivedcount = 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;