Skip to content

Commit

Permalink
esp32: add missing freertos queue.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal committed Mar 6, 2020
1 parent 9f698c8 commit a0a4507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions port/esp32/components/btstack/btstack_audio_esp32.c
Expand Up @@ -51,6 +51,7 @@
#include "hal_audio.h"

#include "freertos/FreeRTOS.h"
#include "freertos/queue.h"
#include "driver/i2s.h"

#ifdef CONFIG_ESP_LYRAT_V4_3_BOARD
Expand Down

0 comments on commit a0a4507

Please sign in to comment.