Fix build for ESP32.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
b67e9ac143
commit
fa119d0c6e
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
#ifdef PICO_PLATFORM
|
#ifdef PICO_PLATFORM
|
||||||
#include "bsp/board.h"
|
#include "bsp/board.h"
|
||||||
#elif defined(ESP_PLATFORM)
|
#elif defined(ESP_PLATFORM)
|
||||||
|
#include "driver/gpio.h"
|
||||||
#include "esp_compat.h"
|
#include "esp_compat.h"
|
||||||
#elif defined(ENABLE_EMULATION)
|
#elif defined(ENABLE_EMULATION)
|
||||||
#include "emulation.h"
|
#include "emulation.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue