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

This commit is contained in:
suda-morris
2019-03-14 20:26:28 +08:00
parent 5a4d5518b2
commit ca373e22cb
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 */