develop
Tuan PM 2015-03-02 16:22:56 +07:00
rodzic 10851cd97d
commit dbec377d1f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -446,7 +446,7 @@ MQTT_Task(os_event_t *e)
MQTT_Client* client = (MQTT_Client*)e->par;
uint8_t dataBuffer[MQTT_BUF_SIZE];
uint16_t dataLen;
if(e->par == NULL)
if(e->par == 0)
return;
switch(client->connState){