Merge branch 'bugfix/esp_debug_includes' into 'master'

mbedtls: Fix esp_debug not including its dependencies

See merge request idf/esp-idf!4581
pull/3216/head
Ivan Grokhotkov 2019-03-21 18:28:39 +08:00
commit 743fa44544
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,8 @@
#ifndef _ESP_DEBUG_H_
#define _ESP_DEBUG_H_
#include "mbedtls/ssl.h"
#ifdef __cplusplus
extern "C" {
#endif