Merge branch 'bugfix/fix_i2s_include_head_bug' into 'master'

Bugfix(I2S):  Fix i2s build error

See merge request espressif/esp-idf!6512
pull/4273/head
Angus Gratton 2019-10-29 13:19:00 +08:00
commit 8569d51651
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -25,6 +25,7 @@
#include "esp_intr_alloc.h"
#include "driver/periph_ctrl.h"
#include "driver/adc.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#ifdef __cplusplus

Wyświetl plik

@ -23,6 +23,7 @@
#include "driver/sdmmc_host.h"
#include "driver/periph_ctrl.h"
#include "sdmmc_private.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "soc/sdmmc_periph.h"