Merge branch 'feature/update_queue_h' into 'idf'

change rom/queue.h to sys/queue.h

See merge request idf/esp-mqtt!19
This commit is contained in:
David Čermák
2019-03-20 16:23:55 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#include "lwip/netdb.h"
#include "lwip/dns.h"
#include "rom/queue.h"
#include "sys/queue.h"
#include "esp_err.h"
#include "esp_log.h"
#include "esp_system.h"

View File

@ -1,7 +1,7 @@
#include "mqtt_outbox.h"
#include <stdlib.h>
#include <string.h>
#include "rom/queue.h"
#include "sys/queue.h"
#include "esp_log.h"
#ifndef CONFIG_MQTT_CUSTOM_OUTBOX
@ -189,4 +189,4 @@ void outbox_destroy(outbox_handle_t outbox)
free(outbox);
}
#endif /* CONFIG_MQTT_CUSTOM_OUTBOX */
#endif /* CONFIG_MQTT_CUSTOM_OUTBOX */