Merge pull request #11 from avitex/master

Add Freertos headers
This commit is contained in:
Tuan PM
2018-02-08 15:47:26 +07:00
committed by GitHub

5
include/mqtt.h Normal file → Executable file
View File

@ -1,8 +1,13 @@
#ifndef _MQTT_H_
#define _MQTT_H_
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#include "mqtt_config.h"
#include "mqtt_msg.h"
#include "ringbuf.h"