remove license header and add doc

This commit is contained in:
Tuan PM
2018-02-16 18:46:13 +07:00
parent 05d2b09b37
commit 503c540eee
10 changed files with 106 additions and 93 deletions

View File

@@ -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()