mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-03 03:43:00 +02:00
Include bsp headers for timers.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -17,11 +17,9 @@
|
||||
|
||||
#include "picokeys.h"
|
||||
#include "led/led.h"
|
||||
#ifdef PICO_PLATFORM
|
||||
#include "bsp/board.h"
|
||||
#elif defined(ESP_PLATFORM)
|
||||
#include "pico_time.h"
|
||||
#if defined(ESP_PLATFORM)
|
||||
#include "driver/gpio.h"
|
||||
#include "compat/esp_compat.h"
|
||||
#elif defined(ENABLE_EMULATION)
|
||||
#include "emulation.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user