mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-25 15:45:11 +02:00
@@ -17,6 +17,9 @@
|
||||
|
||||
#include "picokeys.h"
|
||||
#include "pico_time.h"
|
||||
#ifdef ESP_PLATFORM
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <windows.h>
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "bsp/board.h"
|
||||
#elif defined(ESP_PLATFORM)
|
||||
#include "compat/esp_compat.h"
|
||||
#include <time.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
Reference in New Issue
Block a user