fix: add header "esp_err.h" (#31)

use type esp_err_t but you not include it's header
This commit is contained in:
XuanZe
2018-03-26 16:07:20 +08:00
committed by Tuan
parent 55f04a8e61
commit c837f9cc5f

View File

@ -10,6 +10,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "esp_err.h"
#include "mqtt_config.h"