Merge branch 'esp32'

This commit is contained in:
Pol Henarejos
2024-06-19 22:01:46 +02:00
29 changed files with 487 additions and 378 deletions

View File

@@ -20,7 +20,7 @@
#define _FILE_H_
#include <stdlib.h>
#ifndef ENABLE_EMULATION
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
#include "pico/stdlib.h"
#else
#include <stdbool.h>