mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-11-01 15:42:19 +01:00
remove license header and add doc
This commit is contained in:
@@ -4,17 +4,6 @@
|
||||
#include "rom/queue.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
// typedef struct outbox_item {
|
||||
// char *buffer;
|
||||
// int len;
|
||||
// int msg_id;
|
||||
// int msg_type;
|
||||
// int tick_created;
|
||||
// int retry_count;
|
||||
// bool pending;
|
||||
// STAILQ_ENTRY(outbox) next;
|
||||
// } outbox_item;
|
||||
|
||||
static const char *TAG = "OUTBOX";
|
||||
|
||||
outbox_handle_t outbox_init()
|
||||
|
||||
Reference in New Issue
Block a user