mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-02 11:31:23 +02:00
Fix build for ESP32.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user