From b6698638dccafd3347212e0f161556f1776617d5 Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Fri, 20 Apr 2018 15:13:38 +0100 Subject: [PATCH] ESP32 IDF update CL: ESP32 IDF update to https://github.com/espressif/esp-idf/commit/22fbcd276c90049b906702fde1744fd24d438be3 PUBLISHED_FROM=42db3f5053c36dc4f9e0118a21808b0752b2bf3f --- include/mgos_mqtt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mgos_mqtt.h b/include/mgos_mqtt.h index 2178ca7..e15b0f2 100644 --- a/include/mgos_mqtt.h +++ b/include/mgos_mqtt.h @@ -127,6 +127,7 @@ void mgos_mqtt_set_max_qos(int qos); /* * (Re)configure MQTT. */ +struct mgos_config_mqtt; bool mgos_mqtt_set_config(const struct mgos_config_mqtt *cfg); #ifdef __cplusplus