main/task_mqtt.h

changeset 44
e52d11b8f252
parent 37
358bbd5b608e
equal deleted inserted replaced
43:70c99c2084dc 44:e52d11b8f252
40 void publishLogs(void); 40 void publishLogs(void);
41 41
42 42
43 /** 43 /**
44 * @brief The FreeRTOS task to run MQTT connections. 44 * @brief The FreeRTOS task to run MQTT connections.
45 * @param pvParameters Parameters for the task.
45 */ 46 */
46 void task_mqtt(void *); 47 void task_mqtt(void *pvParameters);
47 48
48 49
49 #endif 50 #endif
50 51

mercurial