Add freertos headers

This commit is contained in:
avitex
2017-08-25 19:20:36 +10:00
parent 2967332b95
commit 1cd2223086

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"